Skip to content

Commit

Permalink
Merge pull request #131 from lyz508/feat/ulcl-config
Browse files Browse the repository at this point in the history
Feat/ulcl config
  • Loading branch information
abousselmi authored Oct 8, 2024
2 parents 2431ae8 + 5289403 commit 674ba65
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/ULCL/smfcfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ configuration:
sd: 010203 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
dnnInfos: # DNN information list
- dnn: internet # Data Network Name
dnaiList:
- mec
dns: # the IP address of DNS
ipv4: 8.8.8.8
ipv6: 2001:4860:4860::8888
Expand Down Expand Up @@ -49,6 +51,8 @@ configuration:
sd: 010203 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
dnnUpfInfoList: # DNN information list for this S-NSSAI
- dnn: internet
dnaiList:
- mec
interfaces: # Interface list for this UPF
- interfaceType: N3 # the type of the interface (N3 or N9)
endpoints: # the IP address of this N3/N9 interface on this UPF
Expand Down Expand Up @@ -97,6 +101,7 @@ configuration:
urrPeriod: 10 # default usage report period in seconds
urrThreshold: 1000 # default usage report threshold in bytes
requestedUnit: 1000
ulcl: true
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
10 changes: 10 additions & 0 deletions config/ULCL/uerouting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,13 @@ ueRoutingInfo: # the list of UE routing information
B: I-UPF
- A: I-UPF
B: PSA-UPF
specificPath:
- dest: 1.0.0.1/32
path: [I-UPF]

pfdDataForApp: # PFDs for an Application
- applicationId: app1 # Application identifier
pfds: # PFDs for the Application
- pfdID: pfd1 # PFD identifier
flowDescriptions: # Represents a 3-tuple with protocol, server ip and server port for UL/DL application traffic
- permit out ip from 1.0.0.1/32 to 10.60.0.0/16
1 change: 1 addition & 0 deletions config/chfcfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ configuration:
volumeLimitPDU: 10000
volumeThresholdRate: 0.8
cgf:
enable: true
hostIPv4: webui
port: 2121
listenPort: 2122
Expand Down

0 comments on commit 674ba65

Please sign in to comment.