-
Notifications
You must be signed in to change notification settings - Fork 635
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- upgrade some 3rd-party packages to fix potential security vulnerabilities - refactor packages: move common packages to new util package - restruct NF's folders - add config validator - modify default DNN IP pool's cidr to 10.60.0.0/16 - move TLS folder into config folder - move consumerTestdata and nasTestpacket into test folder - update all scripts - drop NFProfiles in db when executing force_kill.sh
- Loading branch information
1 parent
aa3b1f6
commit 6d33658
Showing
112 changed files
with
5,235 additions
and
2,246 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule amf
updated
93 files
Submodule ausf
updated
30 files
+14 −4 | .gitignore | |
+6 −11 | .golangci.yml | |
+0 −9 | CHANGELOG.md | |
+0 −0 | LICENSE | |
+0 −53 | ausf.go | |
+93 −0 | cmd/main.go | |
+0 −59 | factory/config.go | |
+8 −14 | go.mod | |
+112 −69 | go.sum | |
+4 −5 | internal/context/ausf_context_init.go | |
+1 −1 | internal/context/context.go | |
+29 −14 | internal/logger/logger.go | |
+1 −1 | internal/sbi/consumer/nf_discovery.go | |
+2 −2 | internal/sbi/consumer/nf_management.go | |
+6 −3 | internal/sbi/producer/eapAkaPrimeKeyGen_test.go | |
+3 −3 | internal/sbi/producer/functions.go | |
+34 −25 | internal/sbi/producer/ue_authentication.go | |
+0 −0 | internal/sbi/sorprotection/api_default.go | |
+2 −2 | internal/sbi/sorprotection/routers.go | |
+6 −6 | internal/sbi/ueauthentication/api_default.go | |
+2 −2 | internal/sbi/ueauthentication/routers.go | |
+0 −0 | internal/sbi/upuprotection/api_default.go | |
+2 −2 | internal/sbi/upuprotection/routers.go | |
+8 −0 | internal/util/path.go | |
+161 −0 | pkg/factory/config.go | |
+1 −1 | pkg/factory/factory.go | |
+267 −0 | pkg/service/init.go | |
+0 −264 | service/init.go | |
+0 −14 | util/path.go | |
+0 −14 | util/path_debug.go |
Submodule n3iwf
updated
15 files
+14 −4 | .gitignore | |
+6 −11 | .golangci.yml | |
+0 −9 | CHANGELOG.md | |
+0 −0 | LICENSE | |
+69 −0 | cmd/main.go | |
+4 −7 | go.mod | |
+89 −46 | go.sum | |
+35 −14 | internal/logger/logger.go | |
+3 −4 | internal/util/initContext.go | |
+7 −0 | internal/util/path.go | |
+0 −45 | n3iwf.go | |
+1 −1 | pkg/context/context.go | |
+39 −16 | pkg/context/types.go | |
+82 −20 | pkg/factory/config.go | |
+43 −60 | pkg/service/init.go |
Submodule nrf
updated
39 files
Submodule nssf
updated
34 files
Submodule pcf
updated
51 files
Submodule smf
updated
74 files
Submodule udm
updated
75 files
Submodule udr
updated
64 files
Submodule upf
updated
7 files
+0 −0 | LICENSE | |
+3 −3 | config/upfcfg.example.yaml | |
+3 −3 | config/upfcfg.test.example.yaml | |
+3 −3 | config/upfcfg.ulcl.example.yaml | |
+1 −1 | go.mod | |
+2 −2 | go.sum | |
+1 −1 | src/upf_init.c |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.