Skip to content

Add reference to 3GPP parameters in SWIG

Teodora Vladic requested to merge swig-fix into dev

There was a bug when running xApps in python:

flexric/build/examples/xApp/python3$ python3 xapp_mac_rlc_pdcp_gtp_moni.py
Traceback (most recent call last):
File "flexric/build/examples/xApp/python3/xapp_mac_rlc_pdcp_gtp_moni.py", line 1, in <module>
import xapp_sdk as ric
File "flexric/build/examples/xApp/python3/xapp_sdk.py", line 12, in <module>
import _xapp_sdk
ImportError: flexric/build/examples/xApp/python3/_xapp_sdk.so: undefined symbol: eq_e2ap_gnb_id

Now it should be fixed

Merge request reports