Skip to content

Commit

Permalink
Updates PLMN to 00101
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold committed Sep 27, 2024
1 parent e822b61 commit 3d7be1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tests/integration/nms_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

SUBSCRIBER_CONFIG = {
"UeId": "PLACEHOLDER",
"plmnId": "20801",
"plmnId": "00101",
"opc": "981d464c7c52eb6e5036234984ad0bcf",
"key": "5122250214c33e723a5dd523fc145fc0",
"sequenceNumber": "16f3b3f70fc2",
Expand All @@ -35,11 +35,11 @@
},
}
NETWORK_SLICE_CONFIG = {
"slice-id": {"sst": "1", "sd": "010203"},
"slice-id": {"sst": "1", "sd": "102030"},
"site-device-group": [],
"site-info": {
"site-name": "demo",
"plmn": {"mcc": "208", "mnc": "93"},
"plmn": {"mcc": "00101", "mnc": "01"},
"gNodeBs": [{"name": "demo-gnb1", "tac": 1}],
"upf": {"upf-name": "upf-external", "upf-port": "8805"},
},
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
TERRAFORM_DIR = "terraform"
TFVARS_FILE = "integration_tests.auto.tfvars"
TEST_DEVICE_GROUP_NAME = "default-default"
TEST_IMSI = "208930100007487"
TEST_IMSI = "001010100007487"
TEST_NETWORK_SLICE_NAME = "default"


Expand Down

0 comments on commit 3d7be1a

Please sign in to comment.