Skip to content

Commit 12c9d8d

Browse files
committed
Modify DNN cidr range and update go.mod
1 parent b63f86a commit 12c9d8d

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

config/upfcfg.example.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ info:
44

55
configuration:
66
# the kind of log output
7-
# debugLevel: how detailed to output, value: trace, debug, info, warn, error, fatal, panic
8-
# ReportCaller: enable the caller report or not, value: true or false
7+
# debugLevel: how detailed to output, value: trace, debug, info, warn, error, fatal, panic
8+
# ReportCaller: enable the caller report or not, value: true or false
99
debugLevel: info
1010
ReportCaller: false
1111

@@ -29,6 +29,6 @@ configuration:
2929
# The DNN list supported by UPF
3030
dnn_list:
3131
- dnn: internet # Data Network Name
32-
cidr: 60.60.0.0/24 # Classless Inter-Domain Routing for assigned IPv4 pool of UE
32+
cidr: 10.60.0.0/16 # Classless Inter-Domain Routing for assigned IPv4 pool of UE
3333
# [optional] dnn_list[*].natifname
3434
# natifname: eth0

config/upfcfg.test.example.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ info:
44

55
configuration:
66
# the kind of log output
7-
# debugLevel: how detailed to output, value: trace, debug, info, warn, error, fatal, panic
8-
# ReportCaller: enable the caller report or not, value: true or false
7+
# debugLevel: how detailed to output, value: trace, debug, info, warn, error, fatal, panic
8+
# ReportCaller: enable the caller report or not, value: true or false
99
debugLevel: info
1010
ReportCaller: false
1111

@@ -29,6 +29,6 @@ configuration:
2929
# The DNN list supported by UPF
3030
dnn_list:
3131
- dnn: internet # Data Network Name
32-
cidr: 60.60.0.0/24 # Classless Inter-Domain Routing for assigned IPv4 pool of UE
32+
cidr: 10.60.0.0/16 # Classless Inter-Domain Routing for assigned IPv4 pool of UE
3333
# [optional] dnn_list[*].natifname
3434
# natifname: eth0

config/upfcfg.ulcl.example.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ info:
44

55
configuration:
66
# the kind of log output
7-
# debugLevel: how detailed to output, value: trace, debug, info, warn, error, fatal, panic
8-
# ReportCaller: enable the caller report or not, value: true or false
7+
# debugLevel: how detailed to output, value: trace, debug, info, warn, error, fatal, panic
8+
# ReportCaller: enable the caller report or not, value: true or false
99
debugLevel: info
1010
ReportCaller: false
1111

@@ -29,6 +29,6 @@ configuration:
2929
# The DNN list supported by UPF
3030
dnn_list:
3131
- dnn: internet # Data Network Name
32-
cidr: 60.60.0.0/24 # Classless Inter-Domain Routing for assigned IPv4 pool of UE
32+
cidr: 10.60.0.0/16 # Classless Inter-Domain Routing for assigned IPv4 pool of UE
3333
# [optional] dnn_list[*].natifname
3434
# natifname: eth0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ go 1.14
44

55
require (
66
github.com/antonfisher/nested-logrus-formatter v1.3.1
7-
github.com/free5gc/util v1.0.0
7+
github.com/free5gc/util v1.0.1
88
github.com/sirupsen/logrus v1.8.1
99
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
77
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
88
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
99
github.com/evanphx/json-patch v0.5.2/go.mod h1:ZWS5hhDbVDyob71nXKNL0+PWn6ToqBHMikGIFbs31qQ=
10-
github.com/free5gc/util v1.0.0 h1:F/BOZPzsCv9YWCpTlYpHkUY8qkX8Pu6w2lS7JNRkS2w=
11-
github.com/free5gc/util v1.0.0/go.mod h1:VsA8FaZAxZW6eKzF/VXN2kuctl19Tj+NYH7ZxkZ+YCA=
10+
github.com/free5gc/util v1.0.1 h1:A8bynjzZXkYMLOq9FN5J4Yg5mdjXhYoXc/FFFwSLPss=
11+
github.com/free5gc/util v1.0.1/go.mod h1:VsA8FaZAxZW6eKzF/VXN2kuctl19Tj+NYH7ZxkZ+YCA=
1212
github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE=
1313
github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm+fLHvGI=
1414
github.com/gin-gonic/gin v1.7.3 h1:aMBzLJ/GMEYmv1UWs2FFTcPISLrQH2mRgL9Glz8xows=

0 commit comments

Comments
 (0)