Skip to content

Commit

Permalink
Sample config files updated
Browse files Browse the repository at this point in the history
  • Loading branch information
aligungr committed Feb 27, 2021
1 parent 0a3e417 commit 724167d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions config/custom-ue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ sessions:
sst: 1
sd: 1

# Default Configured NSSAI for this UE
default-nssai:
# Configured NSSAI for this UE by HPLMN
configured-nssai:
- sst: 1
sd: 1

# Configured NSSAI for this UE by HPLMN
configured-nssai:
# Default Configured NSSAI for this UE
default-nssai:
- sst: 1
sd: 1

Expand Down
10 changes: 5 additions & 5 deletions config/free5gc-ue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ sessions:
sst: 0x01
sd: 0x010203

# Default Configured NSSAI for this UE
default-nssai:
- sst: 1
sd: 1

# Configured NSSAI for this UE by HPLMN
configured-nssai:
- sst: 0x01
sd: 0x010203

# Default Configured NSSAI for this UE
default-nssai:
- sst: 1
sd: 1

# Supported encryption algorithms by this UE
integrity:
IA1: true
Expand Down
8 changes: 4 additions & 4 deletions config/open5gs-ue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ sessions:
sst: 1
sd: 1

# Default Configured NSSAI for this UE
default-nssai:
# Configured NSSAI for this UE by HPLMN
configured-nssai:
- sst: 1
sd: 1

# Configured NSSAI for this UE by HPLMN
configured-nssai:
# Default Configured NSSAI for this UE
default-nssai:
- sst: 1
sd: 1

Expand Down

0 comments on commit 724167d

Please sign in to comment.