Unverified Commit 673c48ce authored by Ali Güngör's avatar Ali Güngör Committed by GitHub

Merge pull request #394 from j13tw/fix_ue_config

fix ue config annotation
parents 29fc1f70 949f4fe8
...@@ -54,13 +54,13 @@ default-nssai: ...@@ -54,13 +54,13 @@ default-nssai:
- sst: 1 - sst: 1
sd: 1 sd: 1
# Supported encryption algorithms by this UE # Supported integrity algorithms by this UE
integrity: integrity:
IA1: true IA1: true
IA2: true IA2: true
IA3: true IA3: true
# Supported integrity algorithms by this UE # Supported encryption algorithms by this UE
ciphering: ciphering:
EA1: true EA1: true
EA2: true EA2: true
......
...@@ -54,13 +54,13 @@ default-nssai: ...@@ -54,13 +54,13 @@ default-nssai:
- sst: 1 - sst: 1
sd: 1 sd: 1
# Supported encryption algorithms by this UE # Supported integrity algorithms by this UE
integrity: integrity:
IA1: true IA1: true
IA2: true IA2: true
IA3: true IA3: true
# Supported integrity algorithms by this UE # Supported encryption algorithms by this UE
ciphering: ciphering:
EA1: true EA1: true
EA2: true EA2: true
......
...@@ -52,13 +52,13 @@ default-nssai: ...@@ -52,13 +52,13 @@ default-nssai:
- sst: 1 - sst: 1
sd: 1 sd: 1
# Supported encryption algorithms by this UE # Supported integrity algorithms by this UE
integrity: integrity:
IA1: true IA1: true
IA2: true IA2: true
IA3: true IA3: true
# Supported integrity algorithms by this UE # Supported encryption algorithms by this UE
ciphering: ciphering:
EA1: true EA1: true
EA2: true EA2: true
......
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