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)
Need to do change in run.sh for memory parameter. Instead of this NUMA0_MEMEORY, change the NUMA0_MEMORY.
Need to remove the following parameters from dp_config and run.sh --sgw_s5s8gw_ip $SGW_S5S8GW_IP \ --sgw_s5s8gw_mask $SGW_S5S8GW_MASK --sgw_s5s8gw_ip $PGW_S5S8GW_IP \ --sgw_s5s8gw_mask $PGW_S5S8GW_MASK EAL: FATAL: Invalid 'command line' arguments. EAL: Invalid 'command line'...
Breaking the S5S8 communication between SGWU and PGWU. Ping requests are not working either between both elements.
Today `patches/` is flat. We should create sub directories denoting which dependency we are patching so that install scripts can apply all of them at once per dependency.
In our tests with ngic-rtc against `ng40`, both UL and DL cores are sometimes reporting checksum errors on packet reception: ``` 0 15 0 0 0 || 0 15 0...
- [x] Makefiles should not exist in this config directory (PR #18) - [ ] Document within config files or README.md in this folder or `docs/` as per #5 -...
Capture the bug we discovered internally in the release notes, if it has not been fixed already. Excerpt: _We tried to execute a couple of commands specific to S1Udev/SGIdev interface...
Currently in DP configuration (dp_config.cfg) user needs to specify PCI ID and MAC Address where, there is chance of typo error. Instead, we can use the Port index (DPDK port...
https://github.com/omec-project/ngic-rtc/pull/20/files#diff-b56887c211590e2ed739c0c98ab38264R77 ``` -CFLAGS += -I$(SRCDIR)/../dpdk/lib/librte_acl/ +# TODO: This is a hack +# We should not be looking into private structures +# Handle this in a patch to DPDK if necessary...