diff options
| -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" /> |