ngic-rtc icon indicating copy to clipboard operation
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)

Results 62 ngic-rtc issues
Sort by recently updated
recently updated
newest added

Need to do change in run.sh for memory parameter. Instead of this NUMA0_MEMEORY, change the NUMA0_MEMORY.

cleanup

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'...

cleanup

Breaking the S5S8 communication between SGWU and PGWU. Ping requests are not working either between both elements.

bug

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.

cleanup

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...

bug

- [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 -...

cleanup
documentation

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...

bug

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...

cleanup

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...

cleanup