-
Notifications
You must be signed in to change notification settings - Fork 146
/
nssfcfg.yaml
353 lines (351 loc) · 22.8 KB
/
nssfcfg.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
info:
version: 1.0.2
description: NSSF initial local configuration
configuration:
nssfName: NSSF # the name of this NSSF
sbi: # Service-based interface information
scheme: http # the protocol for sbi (http or https)
registerIPv4: nssf.free5gc.org # IP used to register to NRF
bindingIPv4: nssf.free5gc.org # IP used to bind the service
port: 8000 # Port used to bind the service
tls: # the local path of TLS key
pem: cert/nssf.pem # NSSF TLS Certificate
key: cert/nssf.key # NSSF TLS Private key
serviceNameList: # the SBI services provided by this SMF, refer to TS 29.531
- nnssf-nsselection # Nnssf_NSSelection service
- nnssf-nssaiavailability # Nnssf_NSSAIAvailability service
nrfUri: http://nrf.free5gc.org:8000 # a valid URI of NRF
nrfCertPem: cert/nrf.pem
supportedPlmnList: # the PLMNs (Public land mobile network) list supported by this NSSF
- mcc: 208 # Mobile Country Code (3 digits string, digit: 0~9)
mnc: 93 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
supportedNssaiInPlmnList: # Supported S-NSSAI List for each PLMN
- plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>
mcc: 208 # Mobile Country Code (3 digits string, digit: 0~9)
mnc: 93 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
supportedSnssaiList: # Supported S-NSSAIs of the PLMN
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 010203 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 112233 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000003 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 2 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 2 # Slice/Service Type (uinteger, range: 0~255)
sd: 000002 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
nsiList: # List of available Network Slice Instance (NSI)
- snssai: # S-NSSAI of this NSI
sst: 1 # Slice/Service Type (uinteger, range: 0~255)
nsiInformationList: # Information list of this NSI
# the NRF to be used to select the NFs/services within the selected NSI, and an optonal ID
- nrfId: http://nrf.free5gc.org:8000/nnrf-nfm/v1/nf-instances
nsiId: 10
- snssai: # S-NSSAI of this NSI
sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
nsiInformationList: # Information list of this NSI
# the NRF to be used to select the NFs/services within the selected NSI, and an optonal ID
- nrfId: http://nrf.free5gc.org:8000/nnrf-nfm/v1/nf-instances
nsiId: 11
- snssai: # S-NSSAI of this NSI
sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000002 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
nsiInformationList: # Information list of this NSI
# the NRF to be used to select the NFs/services within the selected NSI, and an optonal ID
- nrfId: http://nrf.free5gc.org:8000/nnrf-nfm/v1/nf-instances
nsiId: 12
- nrfId: http://nrf.free5gc.org:8000/nnrf-nfm/v1/nf-instances
nsiId: 12
- snssai: # S-NSSAI of this NSI
sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000003 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
nsiInformationList: # Information list of this NSI
# the NRF to be used to select the NFs/services within the selected NSI, and an optonal ID
- nrfId: http://nrf.free5gc.org:8000/nnrf-nfm/v1/nf-instances
nsiId: 13
- snssai: # S-NSSAI of this NSI
sst: 2 # Slice/Service Type (uinteger, range: 0~255)
nsiInformationList: # Information list of this NSI
# the NRF to be used to select the NFs/services within the selected NSI, and an optonal ID
- nrfId: http://nrf.free5gc.org:8000/nnrf-nfm/v1/nf-instances
nsiId: 20
- snssai: # S-NSSAI of this NSI
sst: 2 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
nsiInformationList: # Information list of this NSI
# the NRF to be used to select the NFs/services within the selected NSI, and an optonal ID
- nrfId: http://nrf.free5gc.org:8000/nnrf-nfm/v1/nf-instances
nsiId: 21
- snssai: # S-NSSAI of this NSI
sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 010203 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
nsiInformationList: # Information list of this NSI
# the NRF to be used to select the NFs/services within the selected NSI, and an optonal ID
- nrfId: http://nrf.free5gc.org:8000/nnrf-nfm/v1/nf-instances
nsiId: 22
- snssai: # S-NSSAI of this NSI
sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 112233 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
nsiInformationList: # Information list of this NSI
# the NRF to be used to select the NFs/services within the selected NSI, and an optonal ID
- nrfId: http://nrf.free5gc.org:8000/nnrf-nfm/v1/nf-instances
nsiId: 23
amfSetList: # List of AMF Sets that my be assigned by this NSSF
- amfSetId: 1 # the AMF Set identifier
amfList: # Instance ID of the AMFs in this set
- ffa2e8d7-3275-49c7-8631-6af1df1d9d26
- 0e8831c3-6286-4689-ab27-1e2161e15cb1
- a1fba9ba-2e39-4e22-9c74-f749da571d0d
# URI of the NRF used to determine the list of candidate AMF(s) from the AMF Set
nrfAmfSet: http://nrf.free5gc.org:8000/nnrf-nfm/v1/nf-instances
# the Nssai availability data information per TA supported by the AMF
supportedNssaiAvailabilityData:
- tai: # Tracking Area Identifier
plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>
mcc: 466 # Mobile Country Code (3 digits string, digit: 0~9)
mnc: 92 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
tac: 33456 # Tracking Area Code (uinteger, range: 0~16777215)
supportedSnssaiList: # Supported S-NSSAIs of the tracking area
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000002 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 2 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- tai: # Tracking Area Identifier
plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>
mcc: 466 # Mobile Country Code (3 digits string, digit: 0~9)
mnc: 92 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
tac: 33457 # Tracking Area Code (uinteger, range: 0~16777215)
supportedSnssaiList: # Supported S-NSSAIs of the tracking area
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000002 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- amfSetId: 2 # the AMF Set identifier
# URI of the NRF used to determine the list of candidate AMF(s) from the AMF Set
nrfAmfSet: http://nrf.free5gc.org:8084/nnrf-nfm/v1/nf-instances
# the Nssai availability data information per TA supported by the AMF
supportedNssaiAvailabilityData:
- tai: # Tracking Area Identifier
plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>
mcc: 466 # Mobile Country Code (3 digits string, digit: 0~9)
mnc: 92 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
tac: 33456 # Tracking Area Code (uinteger, range: 0~16777215)
supportedSnssaiList: # Supported S-NSSAIs of the tracking area
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000003 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 2 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- tai: # Tracking Area Identifier
plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>
mcc: 466 # Mobile Country Code (3 digits string, digit: 0~9)
mnc: 92 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
tac: 33458 # Tracking Area Code (uinteger, range: 0~16777215)
supportedSnssaiList: # Supported S-NSSAIs of the tracking area
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 2 # Slice/Service Type (uinteger, range: 0~255)
amfList: # List of AMFs that may be assigned by this NSSF
- nfId: 469de254-2fe5-4ca0-8381-af3f500af77c # ID of this AMF
# The NSSAI availability data information per TA supported by the AMF
supportedNssaiAvailabilityData:
- tai: # Tracking Area Identifier
plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>
mcc: 466 # Mobile Country Code (3 digits string, digit: 0~9)
mnc: 92 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
tac: 33456 # Tracking Area Code (uinteger, range: 0~16777215)
supportedSnssaiList: # Supported S-NSSAIs of the tracking area
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000002 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 2 # Slice/Service Type (uinteger, range: 0~255)
- tai: # Tracking Area Identifier
plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>
mcc: 466 # Mobile Country Code (3 digits string, digit: 0~9)
mnc: 92 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
tac: 33457 # Tracking Area Code (uinteger, range: 0~16777215)
supportedSnssaiList: # Supported S-NSSAIs of the tracking area
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000002 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- nfId: fbe604a8-27b2-417e-bd7c-8a7be2691f8d # ID of this AMF
# The NSSAI availability data information per TA supported by the AMF
supportedNssaiAvailabilityData:
- tai: # Tracking Area Identifier
plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>
mcc: 466 # Mobile Country Code (3 digits string, digit: 0~9)
mnc: 92 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
tac: 33458 # Tracking Area Code (uinteger, range: 0~16777215)
supportedSnssaiList: # Supported S-NSSAIs of the tracking area
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000003 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 2 # Slice/Service Type (uinteger, range: 0~255)
- tai: # Tracking Area Identifier
plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>
mcc: 466 # Mobile Country Code (3 digits string, digit: 0~9)
mnc: 92 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
tac: 33459 # Tracking Area Code (uinteger, range: 0~16777215)
supportedSnssaiList: # Supported S-NSSAIs of the tracking area
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 2 # Slice/Service Type (uinteger, range: 0~255)
- sst: 2 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- nfId: b9e6e2cb-5ce8-4cb6-9173-a266dd9a2f0c # ID of this AMF
# The NSSAI availability data information per TA supported by the AMF
supportedNssaiAvailabilityData:
- tai: # Tracking Area Identifier
plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>
mcc: 466 # Mobile Country Code (3 digits string, digit: 0~9)
mnc: 92 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
tac: 33456 # Tracking Area Code (uinteger, range: 0~16777215)
supportedSnssaiList: # Supported S-NSSAIs of the tracking area
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000002 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 2 # Slice/Service Type (uinteger, range: 0~255)
- tai: # Tracking Area Identifier
plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>
mcc: 466 # Mobile Country Code (3 digits string, digit: 0~9)
mnc: 92 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
tac: 33458 # Tracking Area Code (uinteger, range: 0~16777215)
supportedSnssaiList: # Supported S-NSSAIs of the tracking area
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 2 # Slice/Service Type (uinteger, range: 0~255)
- sst: 2 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
taList: # List of supported tracking area and their related information of this NSSF instance
- tai: # Tracking Area Identity
plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>
mcc: 466 # Mobile Country Code (3 digits string, digit: 0~9)
mnc: 92 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
tac: 33456 # Tracking Area Code (uinteger, range: 0~16777215)
accessType: 3GPP_ACCESS # Access type of the tracking area
supportedSnssaiList: # List of supported S-NSSAIs of the tracking area
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000002 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 2 # Slice/Service Type (uinteger, range: 0~255)
- tai: # Tracking Area Identity
plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>
mcc: 466 # Mobile Country Code (3 digits string, digit: 0~9)
mnc: 92 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
tac: 33457 # Tracking Area Code (uinteger, range: 0~16777215)
accessType: 3GPP_ACCESS # Access type of the tracking area
supportedSnssaiList: # List of supported S-NSSAIs of the tracking area
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000002 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 2 # Slice/Service Type (uinteger, range: 0~255)
- tai: # Tracking Area Identifier
plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>
mcc: 466 # Mobile Country Code (3 digits string, digit: 0~9)
mnc: 92 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
tac: 33458 # Tracking Area Code (uinteger, range: 0~16777215)
accessType: 3GPP_ACCESS # Access type of the tracking area
supportedSnssaiList: # List of supported S-NSSAIs of the tracking area
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000003 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 2 # Slice/Service Type (uinteger, range: 0~255)
restrictedSnssaiList: # List of restricted S-NSSAIs of the tracking area
- homePlmnId: # Home PLMN identifier
mcc: 310 # Mobile Country Code (3 digits string, digit: 0~9)
mnc: 560 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
sNssaiList: # the S-NSSAIs List
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000003 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- tai: # Tracking Area Identifier
plmnId: # Public Land Mobile Network ID, <PLMN ID> = <MCC><MNC>
mcc: 466 # Mobile Country Code (3 digits string, digit: 0~9)
mnc: 92 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
tac: 33459 # Tracking Area Code (uinteger, range: 0~16777215)
accessType: 3GPP_ACCESS # Access type of the tracking area
supportedSnssaiList: # List of supported S-NSSAIs of the tracking area
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
- sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- sst: 2 # Slice/Service Type (uinteger, range: 0~255)
- sst: 2 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
restrictedSnssaiList: # List of restricted S-NSSAIs of the tracking area
- homePlmnId: # Home PLMN identifier
mcc: 310 # Mobile Country Code (3 digits string, digit: 0~9)
mnc: 560 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
sNssaiList: # the S-NSSAIs List
- sst: 2 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
# List of mappings of S-NSSAI in the serving network and the value of the home network
mappingListFromPlmn:
- operatorName: NTT Docomo # Home PLMN name
homePlmnId: # Home PLMN identifier
mcc: 440 # Mobile Country Code (3 digits string, digit: 0~9)
mnc: 10 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
mappingOfSnssai: # List of S-NSSAIs mapping
- servingSnssai: # S-NSSAI in the serving network
sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
homeSnssai: # S-NSSAI in the home network
sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 1 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- servingSnssai: # S-NSSAI in the serving network
sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000002 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
homeSnssai: # S-NSSAI in the home network
sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000003 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- servingSnssai: # S-NSSAI in the serving network
sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000003 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
homeSnssai: # S-NSSAI in the home network
sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000004 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- servingSnssai: # S-NSSAI in the serving network
sst: 2 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
homeSnssai: # S-NSSAI in the home network
sst: 2 # Slice/Service Type (uinteger, range: 0~255)
sd: 000002 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- operatorName: AT&T Mobility # Home PLMN name
homePlmnId: # Home PLMN identifier
mcc: 310 # Mobile Country Code (3 digits string, digit: 0~9)
mnc: 560 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
mappingOfSnssai:
- servingSnssai: # S-NSSAI in the serving network
sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000001 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
homeSnssai: # S-NSSAI in the home network
sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000002 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
- servingSnssai: # S-NSSAI in the serving network
sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000002 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
homeSnssai: # S-NSSAI in the home network
sst: 1 # Slice/Service Type (uinteger, range: 0~255)
sd: 000003 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
logger: # log output setting
enable: true # true or false
level: info # how detailed to output, value: trace, debug, info, warn, error, fatal, panic
reportCaller: false # enable the caller report or not, value: true or false