File tree Expand file tree Collapse file tree 3 files changed +54
-0
lines changed Expand file tree Collapse file tree 3 files changed +54
-0
lines changed Original file line number Diff line number Diff line change @@ -74,13 +74,29 @@ omec-control-plane:
74
74
amfcfg.yaml :
75
75
configuration :
76
76
enableDBStore : true # Store AMF subscribers in the datastore
77
+ networkFeatureSupport5GS : # 5gs Network Feature Support IE, refer to TS 24.501 sec. 9.11.3.5
78
+ imsVoPS : 1 # IMS voice over PS session indicator (uinteger, range: 0~1)
79
+ # security:
80
+ # integrityOrder:
81
+ # - NIA3
82
+ # - NIA2
83
+ # - NIA0
84
+ # cipheringOrder:
85
+ # - NEA3
86
+ # - NEA2
87
+ # - NEA0
77
88
78
89
# SMF config override. Refer to Helm Charts values for more options
79
90
smf :
80
91
cfgFiles :
81
92
smfcfg.yaml :
82
93
configuration :
83
94
enableDBStore : true # Store SMF subscribers in the datastore
95
+ # staticIpInfo:
96
+ # - dnn: internet
97
+ # imsiIpInfo:
98
+ # imsi-001010123456864: "172.250.0.100"
99
+ # imsi-001010123456865: "172.250.0.101"
84
100
85
101
# pcf:
86
102
# cfgFiles:
Original file line number Diff line number Diff line change @@ -74,13 +74,32 @@ omec-control-plane:
74
74
amfcfg.yaml :
75
75
configuration :
76
76
enableDBStore : true # Store AMF subscribers in the datastore
77
+ networkFeatureSupport5GS : # 5gs Network Feature Support IE, refer to TS 24.501 sec. 9.11.3.5
78
+ imsVoPS : 1 # IMS voice over PS session indicator (uinteger, range: 0~1)
79
+ # security:
80
+ # integrityOrder:
81
+ # - NIA3
82
+ # - NIA2
83
+ # - NIA0
84
+ # cipheringOrder:
85
+ # - NEA3
86
+ # - NEA2
87
+ # - NEA0
77
88
78
89
# SMF config override. Refer to Helm Charts values for more options
79
90
smf :
80
91
cfgFiles :
81
92
smfcfg.yaml :
82
93
configuration :
83
94
enableDBStore : true # Store SMF subscribers in the datastore
95
+ # staticIpInfo:
96
+ # - dnn: internet
97
+ # imsiIpInfo:
98
+ # imsi-208930100007510: "172.250.0.100"
99
+ # imsi-208930100007511: "172.250.0.101"
100
+ # imsi-208930100007512: "172.250.0.102"
101
+ # imsi-208930100007513: "172.250.0.103"
102
+ # imsi-208930100007514: "172.250.0.104"
84
103
85
104
# pcf:
86
105
# cfgFiles:
Original file line number Diff line number Diff line change @@ -74,13 +74,32 @@ omec-control-plane:
74
74
amfcfg.yaml :
75
75
configuration :
76
76
enableDBStore : true # Store AMF subscribers in the datastore
77
+ networkFeatureSupport5GS : # 5gs Network Feature Support IE, refer to TS 24.501 sec. 9.11.3.5
78
+ imsVoPS : 1 # IMS voice over PS session indicator (uinteger, range: 0~1)
79
+ # security:
80
+ # integrityOrder:
81
+ # - NIA3
82
+ # - NIA2
83
+ # - NIA0
84
+ # cipheringOrder:
85
+ # - NEA3
86
+ # - NEA2
87
+ # - NEA0
77
88
78
89
# SMF config override. Refer to Helm Charts values for more options
79
90
smf :
80
91
cfgFiles :
81
92
smfcfg.yaml :
82
93
configuration :
83
94
enableDBStore : true # Store SMF subscribers in the datastore
95
+ # staticIpInfo:
96
+ # - dnn: internet
97
+ # imsiIpInfo:
98
+ # imsi-208930100007510: "172.250.0.100"
99
+ # imsi-208930100007511: "172.250.0.101"
100
+ # imsi-208930100007512: "172.250.0.102"
101
+ # imsi-208930100007513: "172.250.0.103"
102
+ # imsi-208930100007514: "172.250.0.104"
84
103
85
104
# pcf:
86
105
# cfgFiles:
You can’t perform that action at this time.
0 commit comments