Skip to content
This repository was archived by the owner on Apr 11, 2020. It is now read-only.

Commit f76e575

Browse files
committed
free5GC v3.0.0 release
0 parents  commit f76e575

File tree

3,150 files changed

+308023
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,150 files changed

+308023
-0
lines changed

.gitignore

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Toolchain
2+
# Goland project folder
3+
.idea/
4+
# Visual Studio Code
5+
.vscode/
6+
# emacs/vim
7+
GPATH
8+
GRTAGS
9+
GTAGS
10+
TAGS
11+
tags
12+
cscope.*
13+
# mac
14+
.DS_Store
15+
16+
# debug
17+
testkeylog/
18+
*.log
19+
*.pcap
20+
*.bak
21+
22+
# build
23+
bin/
24+
25+
# release
26+
release/src

.gitmodules

+171
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,171 @@
1+
[submodule "src/amf"]
2+
path = src/amf
3+
url = ../amf.git
4+
[submodule "src/smf"]
5+
path = src/smf
6+
url = ../smf.git
7+
[submodule "src/upf"]
8+
path = src/upf
9+
url = ../upf.git
10+
[submodule "src/ausf"]
11+
path = src/ausf
12+
url = ../ausf.git
13+
[submodule "src/n3iwf"]
14+
path = src/n3iwf
15+
url = ../n3iwf.git
16+
[submodule "src/nrf"]
17+
path = src/nrf
18+
url = ../nrf.git
19+
[submodule "src/nssf"]
20+
path = src/nssf
21+
url = ../nssf.git
22+
[submodule "src/pcf"]
23+
path = src/pcf
24+
url = ../pcf.git
25+
[submodule "src/udm"]
26+
path = src/udm
27+
url = ../udm.git
28+
[submodule "src/udr"]
29+
path = src/udr
30+
url = ../udr.git
31+
[submodule "asn1c-s1ap"]
32+
path = asn1c-s1ap
33+
url = ../asn1c-s1ap.git
34+
[submodule "webconsole"]
35+
path = webconsole
36+
url = ../webconsole.git
37+
[submodule "lib/CommonConsumerTestData"]
38+
path = lib/CommonConsumerTestData
39+
url = ../CommonConsumerTestData.git
40+
[submodule "lib/MongoDBLibrary"]
41+
path = lib/MongoDBLibrary
42+
url = ../MongoDBLibrary.git
43+
[submodule "lib/Namf_Communication"]
44+
path = lib/Namf_Communication
45+
url = ../Namf_Communication.git
46+
[submodule "lib/Namf_EventExposure"]
47+
path = lib/Namf_EventExposure
48+
url = ../Namf_EventExposure.git
49+
[submodule "lib/Namf_Location"]
50+
path = lib/Namf_Location
51+
url = ../Namf_Location.git
52+
[submodule "lib/Namf_MT"]
53+
path = lib/Namf_MT
54+
url = ../Namf_MT.git
55+
[submodule "lib/Nausf_SoRProtection"]
56+
path = lib/Nausf_SoRProtection
57+
url = ../Nausf_SoRProtection.git
58+
[submodule "lib/Nausf_UEAuthentication"]
59+
path = lib/Nausf_UEAuthentication
60+
url = ../Nausf_UEAuthentication.git
61+
[submodule "lib/Nausf_UPUProtection"]
62+
path = lib/Nausf_UPUProtection
63+
url = ../Nausf_UPUProtection.git
64+
[submodule "lib/Nnrf_AccessToken"]
65+
path = lib/Nnrf_AccessToken
66+
url = ../Nnrf_AccessToken.git
67+
[submodule "lib/Nnrf_NFDiscovery"]
68+
path = lib/Nnrf_NFDiscovery
69+
url = ../Nnrf_NFDiscovery.git
70+
[submodule "lib/Nnrf_NFManagement"]
71+
path = lib/Nnrf_NFManagement
72+
url = ../Nnrf_NFManagement.git
73+
[submodule "lib/Nnssf_NSSAIAvailability"]
74+
path = lib/Nnssf_NSSAIAvailability
75+
url = ../Nnssf_NSSAIAvailability.git
76+
[submodule "lib/Nnssf_NSSelection"]
77+
path = lib/Nnssf_NSSelection
78+
url = ../Nnssf_NSSelection.git
79+
[submodule "lib/Npcf_AMPolicy"]
80+
path = lib/Npcf_AMPolicy
81+
url = ../Npcf_AMPolicy.git
82+
[submodule "lib/Npcf_BDTPolicyControl"]
83+
path = lib/Npcf_BDTPolicyControl
84+
url = ../Npcf_BDTPolicyControl.git
85+
[submodule "lib/Npcf_PolicyAuthorization"]
86+
path = lib/Npcf_PolicyAuthorization
87+
url = ../Npcf_PolicyAuthorization.git
88+
[submodule "lib/Npcf_SMPolicyControl"]
89+
path = lib/Npcf_SMPolicyControl
90+
url = ../Npcf_SMPolicyControl.git
91+
[submodule "lib/Npcf_UEPolicy"]
92+
path = lib/Npcf_UEPolicy
93+
url = ../Npcf_UEPolicy.git
94+
[submodule "lib/Nsmf_PDUSession"]
95+
path = lib/Nsmf_PDUSession
96+
url = ../Nsmf_PDUSession.git
97+
[submodule "lib/Nudm_EventExposure"]
98+
path = lib/Nudm_EventExposure
99+
url = ../Nudm_EventExposure.git
100+
[submodule "lib/Nudm_ParameterProvision"]
101+
path = lib/Nudm_ParameterProvision
102+
url = ../Nudm_ParameterProvision.git
103+
[submodule "lib/Nudm_SubscriberDataManagement"]
104+
path = lib/Nudm_SubscriberDataManagement
105+
url = ../Nudm_SubscriberDataManagement.git
106+
[submodule "lib/Nudm_UEAuthentication"]
107+
path = lib/Nudm_UEAuthentication
108+
url = ../Nudm_UEAuthentication.git
109+
[submodule "lib/Nudm_UEContextManagement"]
110+
path = lib/Nudm_UEContextManagement
111+
url = ../Nudm_UEContextManagement.git
112+
[submodule "lib/Nudr_DataRepository"]
113+
path = lib/Nudr_DataRepository
114+
url = ../Nudr_DataRepository.git
115+
[submodule "lib/TimeDecode"]
116+
path = lib/TimeDecode
117+
url = ../TimeDecode.git
118+
[submodule "lib/UeauCommon"]
119+
path = lib/UeauCommon
120+
url = ../UeauCommon.git
121+
[submodule "lib/aes"]
122+
path = lib/aes
123+
url = ../aes.git
124+
[submodule "lib/aper"]
125+
path = lib/aper
126+
url = ../aper.git
127+
[submodule "lib/core_aes"]
128+
path = lib/core_aes
129+
url = ../core_aes.git
130+
[submodule "lib/flowdesc"]
131+
path = lib/flowdesc
132+
url = ../flowdesc.git
133+
[submodule "lib/fsm"]
134+
path = lib/fsm
135+
url = ../fsm.git
136+
[submodule "lib/http2_util"]
137+
path = lib/http2_util
138+
url = ../http2_util.git
139+
[submodule "lib/http_wrapper"]
140+
path = lib/http_wrapper
141+
url = ../http_wrapper.git
142+
[submodule "lib/logger_util"]
143+
path = lib/logger_util
144+
url = ../logger_util.git
145+
[submodule "lib/milenage"]
146+
path = lib/milenage
147+
url = ../milenage.git
148+
[submodule "lib/nas"]
149+
path = lib/nas
150+
url = ../nas.git
151+
[submodule "lib/ngap"]
152+
path = lib/ngap
153+
url = ../ngap.git
154+
[submodule "lib/openapi"]
155+
path = lib/openapi
156+
url = ../openapi.git
157+
[submodule "lib/path_util"]
158+
path = lib/path_util
159+
url = ../path_util.git
160+
[submodule "lib/pfcp"]
161+
path = lib/pfcp
162+
url = ../pfcp.git
163+
[submodule "lib/timer"]
164+
path = lib/timer
165+
url = ../timer.git
166+
[submodule "lib/tlv"]
167+
path = lib/tlv
168+
url = ../tlv.git
169+
[submodule "lib/util_3gpp"]
170+
path = lib/util_3gpp
171+
url = ../util_3gpp.git

0 commit comments

Comments
 (0)