Skip to content

Commit

Permalink
update NFs hash
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-ywliu committed Mar 27, 2024
1 parent 2e1fe57 commit dc3642e
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion NFs/amf
2 changes: 1 addition & 1 deletion NFs/ausf
Submodule ausf updated 3 files
+1 −1 .github/workflows/go.yml
+3 −3 go.mod
+6 −7 go.sum
2 changes: 1 addition & 1 deletion NFs/chf
Submodule chf updated 2 files
+3 −3 go.mod
+6 −6 go.sum
2 changes: 1 addition & 1 deletion NFs/n3iwf
Submodule n3iwf updated 3 files
+1 −1 .github/workflows/go.yml
+6 −6 go.mod
+13 −343 go.sum
2 changes: 1 addition & 1 deletion NFs/nrf
Submodule nrf updated 2 files
+3 −3 go.mod
+6 −7 go.sum
2 changes: 1 addition & 1 deletion NFs/nssf
Submodule nssf updated 3 files
+1 −1 .github/workflows/go.yml
+3 −3 go.mod
+6 −7 go.sum
2 changes: 1 addition & 1 deletion NFs/pcf
Submodule pcf updated 2 files
+2 −2 go.mod
+4 −4 go.sum
2 changes: 1 addition & 1 deletion NFs/smf
Submodule smf updated 2 files
+4 −4 go.mod
+8 −13 go.sum
2 changes: 1 addition & 1 deletion NFs/udm
Submodule udm updated 3 files
+1 −1 .github/workflows/go.yml
+5 −6 go.mod
+7 −415 go.sum
2 changes: 1 addition & 1 deletion NFs/udr
Submodule udr updated 3 files
+1 −1 .github/workflows/go.yml
+3 −3 go.mod
+6 −7 go.sum
2 changes: 1 addition & 1 deletion NFs/upf
Submodule upf updated 3 files
+1 −1 go.mod
+2 −2 go.sum
+1 −1 internal/forwarder/gtp5g.go
12 changes: 6 additions & 6 deletions test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ require (
github.com/free5gc/amf v0.0.0
github.com/free5gc/aper v1.0.5
github.com/free5gc/ausf v0.0.0
github.com/free5gc/chf v0.0.0-20240217030741-1e8270d61b7b
github.com/free5gc/chf v1.0.1
github.com/free5gc/n3iwf v0.0.0
github.com/free5gc/nas v1.1.2
github.com/free5gc/ngap v1.0.7
github.com/free5gc/nas v1.1.3
github.com/free5gc/ngap v1.0.8
github.com/free5gc/nrf v0.0.0
github.com/free5gc/nssf v0.0.0
github.com/free5gc/openapi v1.0.7
github.com/free5gc/openapi v1.0.8
github.com/free5gc/pcf v0.0.0
github.com/free5gc/sctp v0.0.0-20231121085449-400a702ea7f9
github.com/free5gc/sctp v1.0.0
github.com/free5gc/smf v0.0.0
github.com/free5gc/udm v0.0.0
github.com/free5gc/udr v0.0.0
github.com/free5gc/util v1.0.5
github.com/free5gc/util v1.0.6
github.com/free5gc/webconsole v1.3.0
github.com/gin-gonic/gin v1.9.1
github.com/go-ping/ping v0.0.0-20210506233800-ff8be3320020
Expand Down
20 changes: 10 additions & 10 deletions test/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -163,20 +163,20 @@ github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db/go.mod h1:7dvUGVsVB
github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8/go.mod h1:ZhphrRTfi2rbfLwlschooIH4+wKKDR4Pdxhh+TRoA20=
github.com/free5gc/aper v1.0.5 h1:sUYFFmOXDLjyL4rU6zFnq81M4YluqP90Pso5e/J4UhA=
github.com/free5gc/aper v1.0.5/go.mod h1:ybHxhYnRqQ9wD4yB9r/3MZdbCYCjtqUyfLpSnJpwWd4=
github.com/free5gc/nas v1.1.2 h1:BB31Crg8XyYwwAGPQbsyoMiMw7nrf8iZI3/ZY6ArPYE=
github.com/free5gc/nas v1.1.2/go.mod h1:aWQK2lvv//0mkEhavMPtx04Z5uom6eQfSse62ZCA3YA=
github.com/free5gc/ngap v1.0.7 h1:9VCFVptF7oEc+K/XwEjpH2MFi37SKOjsCGkZh7qp6bA=
github.com/free5gc/ngap v1.0.7/go.mod h1:03jSQMwwdFmtkYwS4gXP6SlftVZrOeMcdzOReh18hwE=
github.com/free5gc/openapi v1.0.7 h1:I0HOgqRgER6DbyqB6EBxusmbeouIhcOn4eOJvL3veJA=
github.com/free5gc/openapi v1.0.7/go.mod h1:qv9KqEucoZSeENPRFGxfTe+33ZWYyiYFx1Rj+H0DoWA=
github.com/free5gc/nas v1.1.3 h1:eYkvT8GGieD06MExw3JLeIPA88Yg89DFjptVBnadIyQ=
github.com/free5gc/nas v1.1.3/go.mod h1:PMyj7SQ6+JWHie/ESmy6pZJrYMlqNxowAgCnrZNyvoI=
github.com/free5gc/ngap v1.0.8 h1:ffzSJW26qbZolwbL8yIjrCoEn7PUc/VE91f/zjJIFMs=
github.com/free5gc/ngap v1.0.8/go.mod h1:d5u7tYsBwxmLr3zw7wyBruRjc/gbdsHVhmdGFnVmfBU=
github.com/free5gc/openapi v1.0.8 h1:QjfQdB6VVA1GRnzOJ7nILzrI7gMiY0lH64JHVW7vF34=
github.com/free5gc/openapi v1.0.8/go.mod h1:w6y9P/uySczc1d9OJZAEuB2FImR/z60Wg2BekPAVt3M=
github.com/free5gc/pfcp v1.0.7 h1:20/4PGok8Ihy+NfYQzic39zVq3ZB4/gdZhDO1676TMQ=
github.com/free5gc/pfcp v1.0.7/go.mod h1:57l3+7h2o1Sg8vbgl0kflROwuEQltx2VbULLrV9F1Ts=
github.com/free5gc/sctp v0.0.0-20231121085449-400a702ea7f9 h1:L02UI8oODfXgH1fGzWWuWF4zyze4IScEFm20q3PKZdE=
github.com/free5gc/sctp v0.0.0-20231121085449-400a702ea7f9/go.mod h1:Nr81VlvMkBHZsCbWPXjosBh+SWLdeEyz8o0OrS110Ic=
github.com/free5gc/sctp v1.0.0 h1:V868MT9yyF2I8uotLCEjLULmhTzrLKxPBvsqFk82xGI=
github.com/free5gc/sctp v1.0.0/go.mod h1:3wEzH3L0tljQCLaqEqEalLdW2290B8D5Aw4orsKHxUs=
github.com/free5gc/tlv v1.0.2 h1:gb7PRbJFrYXlbqIKk0t3XuxJNecc4A7X2Y+CXS/FzEM=
github.com/free5gc/tlv v1.0.2/go.mod h1:maEgHMIoJBYlRxVSrhiYzsKHyVh4d4pV0yl86DuTbv8=
github.com/free5gc/util v1.0.5 h1:MjyEIX6gGbdS8FUAOxhE0FsMD6pmv5T+45LjBabVhS8=
github.com/free5gc/util v1.0.5/go.mod h1:jgiW/bNbNbX87CSTKXyfvkhQeDY9ThK+TtWTu4ILCS8=
github.com/free5gc/util v1.0.6 h1:dBt9drcXtYKE/cY5XuQcuffgsYclPIpIArhSeS6M+DQ=
github.com/free5gc/util v1.0.6/go.mod h1:eSGN7POUM8LNTvg/E591XR6447a6/w1jFWGKNZPHcXw=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
github.com/gabriel-vasile/mimetype v1.4.2 h1:w5qFW6JKBz9Y393Y4q372O9A7cUSequkh1Q7OhCmWKU=
github.com/gabriel-vasile/mimetype v1.4.2/go.mod h1:zApsH/mKG4w07erKIaJPFiX0Tsq9BFQgN3qGY5GnNgA=
Expand Down
2 changes: 1 addition & 1 deletion webconsole
Submodule webconsole updated 2 files
+3 −3 go.mod
+6 −1,011 go.sum

0 comments on commit dc3642e

Please sign in to comment.