Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-RAN
Commits
6cc087e3
Commit
6cc087e3
authored
Mar 04, 2026
by
Rakesh Mundlamuri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Introduce UE NAS SIMULATOR
parent
83587d3f
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
481 additions
and
0 deletions
+481
-0
tests/CMakeLists.txt
tests/CMakeLists.txt
+1
-0
tests/nr-ue-nas-simulator/CMakeLists.txt
tests/nr-ue-nas-simulator/CMakeLists.txt
+11
-0
tests/nr-ue-nas-simulator/nr-ue-nas-simulator.c
tests/nr-ue-nas-simulator/nr-ue-nas-simulator.c
+410
-0
tests/nr-ue-nas-simulator/test.conf
tests/nr-ue-nas-simulator/test.conf
+59
-0
No files found.
tests/CMakeLists.txt
View file @
6cc087e3
add_subdirectory
(
nr-cuup
)
add_subdirectory
(
nr-cu-nrppa
)
add_subdirectory
(
nr-ue-nas-simulator
)
tests/nr-ue-nas-simulator/CMakeLists.txt
0 → 100644
View file @
6cc087e3
add_executable
(
nr-ue-nas-simulator-test nr-ue-nas-simulator.c
${
OPENAIR2_DIR
}
/GNB_APP/gnb_config_common.c
${
OPENAIR2_DIR
}
/GNB_APP/gnb_config_ng.c
)
target_link_libraries
(
nr-ue-nas-simulator-test PRIVATE nr_nas nr_common lib_uicc usim_lib
)
target_link_libraries
(
nr-ue-nas-simulator-test PRIVATE
CONFIG_LIB ITTI SCTP_CLIENT
f1ap ngap SECURITY GTPV1U
UTIL softmodem_common
)
target_link_libraries
(
nr-ue-nas-simulator-test PRIVATE asn1_lte_rrc_hdrs asn1_nr_rrc_hdrs
)
add_dependencies
(
nr-ue-nas-simulator-test params_libconfig
)
tests/nr-ue-nas-simulator/nr-ue-nas-simulator.c
0 → 100644
View file @
6cc087e3
This diff is collapsed.
Click to expand it.
tests/nr-ue-nas-simulator/test.conf
0 → 100644
View file @
6cc087e3
Active_gNBs
= (
"gNB-OAI"
);
# Asn1_verbosity, choice in: none, info, annoying
Asn1_verbosity
=
"none"
;
gNBs
=
(
{
//////////
Identification
parameters
:
gNB_ID
=
0
xe00
;
gNB_name
=
"gNB-OAI"
;
//
Tracking
area
code
,
0
x0000
and
0
xfffe
are
reserved
values
tracking_area_code
=
1
;
plmn_list
= ({
mcc
=
001
;
mnc
=
01
;
mnc_length
=
2
;
snssaiList
= ({
sst
=
1
; }) });
nr_cellid
=
12345678
L
;
# ------- SCTP definitions
SCTP
:
{
# Number of streams to use in input/output
SCTP_INSTREAMS
=
2
;
SCTP_OUTSTREAMS
=
2
;
};
//////////
AMF
parameters
:
amf_ip_address
= ({
ipv4
=
"192.168.70.132"
; });
NETWORK_INTERFACES
:
{
GNB_IPV4_ADDRESS_FOR_NG_AMF
=
"192.168.70.129/24"
;
GNB_IPV4_ADDRESS_FOR_NGU
=
"192.168.70.129/24"
;
GNB_PORT_FOR_S1U
=
2152
;
# Spec 2152
};
}
);
uicc0
= {
imsi
=
"001010000000001"
;
key
=
"fec86ba6eb707ed08905757b1bb44b8f"
;
opc
=
"C42449363BBAD02B66D16BC975D77CC1"
;
pdu_sessions
= ({
dnn
=
"oai"
;
nssai_sst
=
1
; });
}
log_config
:
{
global_log_level
=
"info"
;
hw_log_level
=
"info"
;
phy_log_level
=
"info"
;
mac_log_level
=
"info"
;
rlc_log_level
=
"info"
;
pdcp_log_level
=
"info"
;
rrc_log_level
=
"info"
;
ngap_log_level
=
"debug"
;
f1ap_log_level
=
"debug"
;
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment