Commit e206fc74 authored by aligungr's avatar aligungr

UE configuration change for emergency sessions and integrityMaxRate

parent 67e6995d
...@@ -29,6 +29,7 @@ sessions: ...@@ -29,6 +29,7 @@ sessions:
slice: slice:
sst: 1 sst: 1
sd: 1 sd: 1
emergency: false
# Configured NSSAI for this UE by HPLMN # Configured NSSAI for this UE by HPLMN
configured-nssai: configured-nssai:
...@@ -51,3 +52,8 @@ ciphering: ...@@ -51,3 +52,8 @@ ciphering:
EA1: true EA1: true
EA2: true EA2: true
EA3: true EA3: true
# Integrity protection maximum data rate for user plane
integrityMaxRate:
uplink: 'full'
downlink: 'full'
...@@ -29,6 +29,7 @@ sessions: ...@@ -29,6 +29,7 @@ sessions:
slice: slice:
sst: 0x01 sst: 0x01
sd: 0x010203 sd: 0x010203
emergency: false
# Configured NSSAI for this UE by HPLMN # Configured NSSAI for this UE by HPLMN
configured-nssai: configured-nssai:
...@@ -51,3 +52,8 @@ ciphering: ...@@ -51,3 +52,8 @@ ciphering:
EA1: true EA1: true
EA2: true EA2: true
EA3: true EA3: true
# Integrity protection maximum data rate for user plane
integrityMaxRate:
uplink: 'full'
downlink: 'full'
...@@ -29,6 +29,7 @@ sessions: ...@@ -29,6 +29,7 @@ sessions:
slice: slice:
sst: 1 sst: 1
sd: 1 sd: 1
emergency: false
# Configured NSSAI for this UE by HPLMN # Configured NSSAI for this UE by HPLMN
configured-nssai: configured-nssai:
...@@ -51,3 +52,8 @@ ciphering: ...@@ -51,3 +52,8 @@ ciphering:
EA1: true EA1: true
EA2: true EA2: true
EA3: true EA3: true
# Integrity protection maximum data rate for user plane
integrityMaxRate:
uplink: 'full'
downlink: 'full'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment