Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
UERANSIM
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Libraries
UERANSIM
Commits
6ae860ca
Commit
6ae860ca
authored
May 25, 2021
by
aligungr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
L3 RRC/NAS developments
parent
2710380e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
5 deletions
+1
-5
config/custom-ue.yaml
config/custom-ue.yaml
+0
-1
config/free5gc-ue.yaml
config/free5gc-ue.yaml
+0
-1
config/open5gs-ue.yaml
config/open5gs-ue.yaml
+0
-2
src/ue.cpp
src/ue.cpp
+1
-1
No files found.
config/custom-ue.yaml
View file @
6ae860ca
...
...
@@ -29,7 +29,6 @@ sessions:
slice
:
sst
:
1
sd
:
1
emergency
:
false
# Configured NSSAI for this UE by HPLMN
configured-nssai
:
...
...
config/free5gc-ue.yaml
View file @
6ae860ca
...
...
@@ -29,7 +29,6 @@ sessions:
slice
:
sst
:
0x01
sd
:
0x010203
emergency
:
false
# Configured NSSAI for this UE by HPLMN
configured-nssai
:
...
...
config/open5gs-ue.yaml
View file @
6ae860ca
...
...
@@ -28,8 +28,6 @@ sessions:
apn
:
'
internet'
slice
:
sst
:
1
sd
:
1
emergency
:
false
# Configured NSSAI for this UE by HPLMN
configured-nssai
:
...
...
src/ue.cpp
View file @
6ae860ca
...
...
@@ -199,7 +199,7 @@ static nr::ue::UeConfig *ReadConfigYaml()
else
throw
std
::
runtime_error
(
"Invalid PDU session type: "
+
type
);
s
.
isEmergency
=
yaml
::
GetBool
(
sess
,
"emergency"
)
;
s
.
isEmergency
=
false
;
result
->
defaultSessions
.
push_back
(
s
);
}
...
...
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