Skip to content

Commit

Permalink
parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jan 23, 2024
1 parent 52537fc commit ef90f57
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 32 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,18 +165,49 @@ environment:
sd: 000001
- sst: 1
sd: 000002
AMF_LIST: |-
- nfId: 469de254-2fe5-4ca0-8381-af3f500af77c
supportedNssaiAvailabilityData:
- tai:
plmnId:
mcc: 001
mnc: 01
tac: 1
supportedSnssaiList:
- sst: 1
sd: 000001
- sst: 1
sd: 000002
TA_LIST: |-
- tai:
plmnId:
mcc: 001
mnc: 01
tac: 00001
tac: 1
accessType: 3GPP_ACCESS
supportedSnssaiList:
- sst: 1
sd: 000001
- sst: 1
sd: 000002
MAPPING_LIST_FROM_PLMN: |-
- operatorName: dummyoperator
homePlmnId:
mcc: 001
mnc: 02
mappingOfSnssai:
- servingSnssai:
sst: 1
sd: 00001
homeSnssai:
sst: 1
sd: 00001
- servingSnssai:
sst: 1
sd: 00002
homeSnssai:
sst: 1
sd: 00002
```

### PCF
Expand Down
2 changes: 2 additions & 0 deletions nssf/template-nssf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ configuration:
supportedNssaiInPlmnList: %SUPPORTED_NSSAI_IN_PLMN_LIST
nsiList: %NSI_LIST
amfSetList: %AMF_SET_LIST
amfList: %AMF_LIST
taList: %TA_LIST
mappingListFromPlmn: %MAPPING_LIST_FROM_PLMN
logger: # log output setting
enable: true # true or false
level: info # how detailed to output, value: trace, debug, info, warn, error, fatal, panic
Expand Down

0 comments on commit ef90f57

Please sign in to comment.