Skip to content

Commit

Permalink
updates config file and version
Browse files Browse the repository at this point in the history
  • Loading branch information
avrodriguezgrad committed Feb 13, 2025
1 parent cf0acff commit d08b985
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions images/ueransim/etc/ueransim/ue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ supi: 'imsi-${MCC}${MNC}${MSISDN}'
mcc: ${MCC}
# Mobile Network Code value (2 or 3 digits)
mnc: ${MNC}
# SUCI Protection Scheme : 0 for Null-scheme, 1 for Profile A and 2 for Profile B
protectionScheme: 0
# Home Network Public Key for protecting with SUCI Profile A
homeNetworkPublicKey: '5a8d38864820197c3394b92613b20b91633cbd897119273bf8e4a6f4eec0a650'
# Home Network Public Key ID for protecting with SUCI Profile A
homeNetworkPublicKeyId: 1
# Routing Indicator
routingIndicator: '0000'

# Permanent subscription key
key: '${KEY}'
Expand All @@ -18,6 +26,9 @@ imei: '356938035643803'
# IMEISV number of the device. It is used if no SUPI and IMEI is provided
imeiSv: '4370816125816151'

# Network mask used for the UE's TUN interface to define the subnet size
tunNetmask: '255.255.255.0'

# List of gNB IP addresses for Radio Link Simulation
gnbSearchList:
- ${GNB_IP}
Expand Down
2 changes: 1 addition & 1 deletion images/ueransim/image_info.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
IMAGE_TAG=3.2.6
IMAGE_TAG=3.2.7
#comma separated list of platforms. If empty, image will not be multiarch.
PLATFORMS=linux/amd64,linux/arm64

0 comments on commit d08b985

Please sign in to comment.