aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/nanobts_omlattr/nanobts_omlattr_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/tests/nanobts_omlattr/nanobts_omlattr_test.c')
-rw-r--r--openbsc/tests/nanobts_omlattr/nanobts_omlattr_test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbsc/tests/nanobts_omlattr/nanobts_omlattr_test.c b/openbsc/tests/nanobts_omlattr/nanobts_omlattr_test.c
index ec3eb2ceb..e34b19bf1 100644
--- a/openbsc/tests/nanobts_omlattr/nanobts_omlattr_test.c
+++ b/openbsc/tests/nanobts_omlattr/nanobts_omlattr_test.c
@@ -210,8 +210,7 @@ int main(int argc, char **argv)
bts->rach_ldavg_slots = -1;
bts->c0->arfcn = 866;
bts->cell_identity = 1337;
- bts->network->country_code = 1;
- bts->network->network_code = 1;
+ bts->network->plmn = (struct osmo_plmn_id){ .mcc=1, .mnc=1 };
bts->location_area_code = 1;
bts->gprs.rac = 0;
uint8_t attr_bts_expected[] =