ngic-rtc
ngic-rtc copied to clipboard
NGIC-RTC is Control User Plane Separated (CUPS) architecture 3GPP TS23501 based implementation of EPC Service and Packet Gateway functions (SGW, PGW)
Hi I clone the project and run the install.sh script and follow the steps and then build DPDK and with use dpdk-setup.sh script I gave interfaces to vfio module. (i...
Unable to run ngic_dataplane, it gives an error mentioning that two ports are required. Attempted this on a proper install, and also by building from docker file. Same issue on...
the dataplane can be selected by the IMSI of the UE, if the IMSI is not present in the DP_SELECTION_RULE, it will be ignored and the selection will be based...
Wondering how to run the sponsdn test (https://github.com/omec-project/ngic-rtc/blob/master/test/sponsdn/main.c). I can compile it, but what parameters shall I use and what output shall I expect? Thanks!
Removed unnecessary print messages. Fixed a few indentations. Signed-off-by: Muhammad Asim Jamshed
The following changes have been made. 1- By default, CP/DP(s) communication bus is ZMQ (``ZMQ_DIRECT``). There is no need to launch ZMQ streamer. 2- DP(s) can now dynamically register with...
Hi, When i am trying to run two instances of ngic in dpdk mode on same machine , I am getting the below error of KNI - nb_ports cnt is...
HI would like some guidance on the following NSA / CUPS setup to test DP: CP( simu) SPGW-U( 3rd party DP) il_trafficgen When I start cp/run.sh , I see in...
We do see issues of fragmentation in the performance. If MTU is sent to UE then it will avoid fragmentation in the network and will improve the performance.