Commit 64bc83bd authored by Dhanuja Elizabeth Thomas's avatar Dhanuja Elizabeth Thomas Committed by Robert Schmidt

Updates in 5g-rfsim-fr2-32prb

parent a410d157
...@@ -15,7 +15,7 @@ gNBs = ...@@ -15,7 +15,7 @@ gNBs =
// Tracking area code, 0x0000 and 0xfffe are reserved values // Tracking area code, 0x0000 and 0xfffe are reserved values
tracking_area_code = 1; tracking_area_code = 1;
plmn_list = ({mcc = 311; mnc = 480; mnc_length = 3;}); plmn_list = ({mcc = 208; mnc = 99; mnc_length = 2;});
tr_s_preference = "local_mac" tr_s_preference = "local_mac"
......
...@@ -26,14 +26,11 @@ services: ...@@ -26,14 +26,11 @@ services:
container_name: rfsim5g-oai-nr-ue container_name: rfsim5g-oai-nr-ue
environment: environment:
RFSIMULATOR: 192.168.71.140 RFSIMULATOR: 192.168.71.140
FULL_IMSI: '311480100001100' USE_VOLUMED_CONF: 'yes'
FULL_KEY: 'fec86ba6eb707ed08905757b1bb44b8f' USE_ADDITIONAL_OPTIONS: --do-ra --rfsim --noS1 --rrc_config_path etc/rrc/ --log_config.global_log_options level,nocolor,time
OPC: 'C42449363BBAD02B66D16BC975D77CC1'
DNN: oai
NSSAI_SST: 1
USE_ADDITIONAL_OPTIONS: --do-ra --rfsim --noS1 --rrc_config_path etc/rrc/ --log_config.global_log_options level,nocolor,time
volumes: volumes:
- rrc.config:/opt/oai-nr-ue/etc/rrc/ - ../../conf_files/nrue.uicc.conf:/opt/oai-nr-ue/etc/mounted.conf
- rrc.config:/opt/oai-nr-ue/etc/rrc/
depends_on: depends_on:
- oai-gnb - oai-gnb
networks: networks:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment