-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #120 from andy89923/feat/v3-4-2
feat!: Upgrade to free5GC v3.4.2
- Loading branch information
Showing
15 changed files
with
494 additions
and
151 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# vscode | ||
.vscode | ||
|
||
mongodb | ||
base/free5gc | ||
|
||
|
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
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 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
# IMSI number of the UE. IMSI = [MCC|MNC|MSISDN] (In total 15 digits) | ||
supi: "imsi-208930000000001" | ||
# Mobile Country Code value of HPLMN | ||
mcc: "208" | ||
# Mobile Network Code value of HPLMN (2 or 3 digits) | ||
mnc: "93" | ||
|
||
# Permanent subscription key | ||
key: "8baf473f2f8fd09487cccbd7097c6862" | ||
# Operator code (OP or OPC) of the UE | ||
op: "8e27b6af0e692e750f32667a3b14605d" | ||
# This value specifies the OP type and it can be either 'OP' or 'OPC' | ||
opType: "OPC" | ||
# Authentication Management Field (AMF) value | ||
amf: "8000" | ||
# IMEI number of the device. It is used if no SUPI is provided | ||
imei: "356938035643803" | ||
# IMEISV number of the device. It is used if no SUPI and IMEI is provided | ||
imeiSv: "4370816125816151" | ||
|
||
# List of gNB IP addresses for Radio Link Simulation | ||
gnbSearchList: | ||
- 127.0.0.1 | ||
- gnb.free5gc.org | ||
|
||
# UAC Access Identities Configuration | ||
uacAic: | ||
mps: false | ||
mcs: false | ||
|
||
# UAC Access Control Class | ||
uacAcc: | ||
normalClass: 0 | ||
class11: false | ||
class12: false | ||
class13: false | ||
class14: false | ||
class15: false | ||
|
||
# Initial PDU sessions to be established | ||
sessions: | ||
- type: "IPv4" | ||
apn: "internet" | ||
slice: | ||
sst: 0x01 | ||
sd: 0x010203 | ||
|
||
# Configured NSSAI for this UE by HPLMN | ||
configured-nssai: | ||
- sst: 0x01 | ||
sd: 0x010203 | ||
|
||
# Default Configured NSSAI for this UE | ||
default-nssai: | ||
- sst: 1 | ||
sd: 1 | ||
|
||
# Supported integrity algorithms by this UE | ||
integrity: | ||
IA1: true | ||
IA2: true | ||
IA3: true | ||
|
||
# Supported encryption algorithms by this UE | ||
ciphering: | ||
EA1: true | ||
EA2: true | ||
EA3: true | ||
|
||
# Integrity protection maximum data rate for user plane | ||
integrityMaxRate: | ||
uplink: "full" | ||
downlink: "full" |
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
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.