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 am trying to attach a UE into NGIC SPGW setup. Attach is successful. However, when I try to run data for the UE, then my application-function is unable...
DP is crashing sometimes when I execute ./kni-SGIdevcfg.sh or ./kni-S1Udevcfg.sh. It seems routes are first added but then automatically getting deleted and during deletion the crash happens. ``` dp]# ./run.sh...
Move install step logic from groovy file to bash scripts in .ci directory in ngic-rtc repo.
This commit fixes the issue where the DP in PGWU configuration fails with error creating Rx/Tx rings. Please review
PGWU failed to launch due to RX/TX ring creation is failed. RING: Cannot reserve memory EAL: Error - exiting with code: 1 Cause: Cannot create RX ring 0
Attach, detach issues observed randomly in jenkins tests (TC1 and TC2). Issue is reproducible in manual run as well. ``` Profile: 32K UES, 250 TPS Setup: ONF jenkins setup Testcase:...
The below files currently do not have the SPDX license identifier and/or copyright ``` $ grep -rL 'SPDX-License-Identifier: Apache-2.0' * \ --exclude=\*.{cfg,pcap,patch,csv,gitignore,txt,pem} --exclude=LICENSE ``` ``` config/ng-core_cfg.mk cp/chk_cpcfg.sh cp_dp_api/vepc_cp_dp_api.c dp/chk_dpcfg.sh dp/gtpu_echo.c...
Pull request #32 introduces a patch that enables the data-plane to communicate with the kernel via `af_packet` sockets. We use netlink sockets in order to capture link events (such as...
This was briefly mentioned in #11 but what bots can we add to make the GitHub experience better? https://probot.github.io/apps/todo/ https://probot.github.io/apps/dep/ https://probot.github.io/apps/commitlint/ https://probot.github.io/apps/ci-reporter/ https://probot.github.io/apps/stale/ https://github.com/apps/toc-me @omec-project/ngic-maintainers @omec-project/tst
Expanding on question 5 in #12 this folder currently contains some big files and no documentation of its purpose and usage. Also provide feedback on whether this should be moved...