From 56be0888c38565e230d1c2e310a4e1ff9d946211 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Thu, 29 Dec 2016 19:56:26 +0100 Subject: Add 00000 to the PLMN list 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 --- include/plmn_list.h | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.1