diff options
| author | 2024-12-11 13:42:33 -0800 | |
|---|---|---|
| committer | 2024-12-11 13:42:33 -0800 | |
| commit | 14e45d2148352b602a2eed31093c57cb76b377ba (patch) | |
| tree | ed859d7796628a527f07b9a40ad7f4d0f1bf38ac | |
| parent | 7c5c1196815a32999f66c771eb1a1e1e668267b4 (diff) | |
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
| -rw-r--r-- | core/res/res/values/config_telephony.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/res/res/values/config_telephony.xml b/core/res/res/values/config_telephony.xml index 196da29127df..20ae29659783 100644 --- a/core/res/res/values/config_telephony.xml +++ b/core/res/res/values/config_telephony.xml @@ -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" /> |