diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-12-29 19:56:26 +0100 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-12-29 19:56:26 +0100 |
commit | 56be0888c38565e230d1c2e310a4e1ff9d946211 (patch) | |
tree | 048117c32e36015daa60fdde379faf0c01eedeb8 | |
parent | 6fa066836fa6fd4164244337d1facee369a074fd (diff) | |
download | hardware_ril_samsung-ril-56be0888c38565e230d1c2e310a4e1ff9d946211.zip hardware_ril_samsung-ril-56be0888c38565e230d1c2e310a4e1ff9d946211.tar.gz hardware_ril_samsung-ril-56be0888c38565e230d1c2e310a4e1ff9d946211.tar.bz2 |
Add 00000 to the PLMN listreplicant-6.0-beta-0002replicant-6.0-beta-0001replicant-6.0-alpha-0006
Early during boot of the system, the modem answers with the string
"00000" to the OPERATOR request. Samsung-RIL currently drops this
response, while the proprietary RIL forwards it. Let's duplicate the
behaviour of the proprietary RIL here.
This seems to prevent that the RIL gets flooded with OPERATOR requests
during system boot.
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rw-r--r-- | include/plmn_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plmn_list.h b/include/plmn_list.h index 8595e43..121dd8d 100644 --- a/include/plmn_list.h +++ b/include/plmn_list.h @@ -21,6 +21,7 @@ struct plmn_list_entry { struct plmn_list_entry plmn_list[] = { { 1, 1, "TEST", "TEST" }, + { 000, 00, "null", "null" }, // Abkhazia |