Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14e45d21 authored by Thomas Nguyen's avatar Thomas Nguyen
Browse files

Add a device config for satellite NIDD APN name

Bug: 366014519
Flag: EXEMPT bugfix
Test: SatelliteSOSMessageRecommenderTest SatelliteControllerTest
Manual system test with Skylo, Vzw, Starlink

Change-Id: I45ed2c8b33657212077481f2f37ee27b404918aa
parent 7c5c1196
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -471,6 +471,12 @@
    <string name="satellite_access_config_file" translatable="false"></string>
    <java-symbol type="string" name="satellite_access_config_file" />

    <!-- A string defines the NIDD (Non-IP Data Delivery) APN to be used for satellite attachment. For more on NIDD,
         see 3GPP TS 29.542. This config is used for an NTN-only subscription, which requires activation before being used.
         -->
    <string name="config_satellite_nidd_apn_name" translatable="false"></string>
    <java-symbol type="string" name="config_satellite_nidd_apn_name" />

    <!-- Boolean indicating whether to enable MT SMS polling for NB IOT NTN. -->
    <bool name="config_enabled_mt_sms_polling">true</bool>
    <java-symbol type="bool" name="config_enabled_mt_sms_polling" />