Commit 63c0ed70 authored by Cedric Roux's avatar Cedric Roux

fix UE default configuration file

- fix OPc key
- clear EHPLMN_LIST, UE does not start the RA procedure when set
  to be fixed
parent 7d9945e8
......@@ -88,7 +88,7 @@ UE0:
SIM: {
MSIN="0100001111";
USIM_API_K="fec86ba6eb707ed08905757b1bb44b8f";
OPC="00000000000000000000000000000000";
OPC="C42449363BBAD02B66D16BC975D77CC1";
MSISDN="33611123456";
};
......@@ -108,5 +108,7 @@ UE0:
FPLMN_LIST = ();
# List of Equivalent HPLMNs
EHPLMN_LIST= ("20811", "20813");
#TODO: UE does not connect if set, to be fixed in the UE
# EHPLMN_LIST= ("20811", "20813");
EHPLMN_LIST= ();
};
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