summary refs log tree commit diff
path: root/src/libnm-core-public/nm-setting-gsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnm-core-public/nm-setting-gsm.h')
-rw-r--r--src/libnm-core-public/nm-setting-gsm.h32
1 files changed, 19 insertions, 13 deletions
diff --git a/src/libnm-core-public/nm-setting-gsm.h b/src/libnm-core-public/nm-setting-gsm.h
index 0d57511d..dd5b0b26 100644
--- a/src/libnm-core-public/nm-setting-gsm.h
+++ b/src/libnm-core-public/nm-setting-gsm.h
@@ -26,19 +26,21 @@ G_BEGIN_DECLS
 
 #define NM_SETTING_GSM_SETTING_NAME "gsm"
 
-#define NM_SETTING_GSM_AUTO_CONFIG     "auto-config"
-#define NM_SETTING_GSM_USERNAME        "username"
-#define NM_SETTING_GSM_PASSWORD        "password"
-#define NM_SETTING_GSM_PASSWORD_FLAGS  "password-flags"
-#define NM_SETTING_GSM_APN             "apn"
-#define NM_SETTING_GSM_NETWORK_ID      "network-id"
-#define NM_SETTING_GSM_PIN             "pin"
-#define NM_SETTING_GSM_PIN_FLAGS       "pin-flags"
-#define NM_SETTING_GSM_HOME_ONLY       "home-only"
-#define NM_SETTING_GSM_DEVICE_ID       "device-id"
-#define NM_SETTING_GSM_SIM_ID          "sim-id"
-#define NM_SETTING_GSM_SIM_OPERATOR_ID "sim-operator-id"
-#define NM_SETTING_GSM_MTU             "mtu"
+#define NM_SETTING_GSM_AUTO_CONFIG                  "auto-config"
+#define NM_SETTING_GSM_USERNAME                     "username"
+#define NM_SETTING_GSM_PASSWORD                     "password"
+#define NM_SETTING_GSM_PASSWORD_FLAGS               "password-flags"
+#define NM_SETTING_GSM_APN                          "apn"
+#define NM_SETTING_GSM_NETWORK_ID                   "network-id"
+#define NM_SETTING_GSM_PIN                          "pin"
+#define NM_SETTING_GSM_PIN_FLAGS                    "pin-flags"
+#define NM_SETTING_GSM_HOME_ONLY                    "home-only"
+#define NM_SETTING_GSM_DEVICE_ID                    "device-id"
+#define NM_SETTING_GSM_SIM_ID                       "sim-id"
+#define NM_SETTING_GSM_SIM_OPERATOR_ID              "sim-operator-id"
+#define NM_SETTING_GSM_MTU                          "mtu"
+#define NM_SETTING_GSM_INITIAL_EPS_BEARER_CONFIGURE "initial-eps-bearer-configure"
+#define NM_SETTING_GSM_INITIAL_EPS_BEARER_APN       "initial-eps-bearer-apn"
 
 /* Deprecated */
 #define NM_SETTING_GSM_NUMBER "number"
@@ -67,6 +69,10 @@ NM_AVAILABLE_IN_1_2
 const char *nm_setting_gsm_get_sim_operator_id(NMSettingGsm *setting);
 NM_AVAILABLE_IN_1_8
 guint32 nm_setting_gsm_get_mtu(NMSettingGsm *setting);
+NM_AVAILABLE_IN_1_44
+gboolean nm_setting_gsm_get_initial_eps_config(NMSettingGsm *setting);
+NM_AVAILABLE_IN_1_44
+const char *nm_setting_gsm_get_initial_eps_apn(NMSettingGsm *setting);
 
 NM_DEPRECATED_IN_1_16
 const char *nm_setting_gsm_get_number(NMSettingGsm *setting);