From 9c3ac2fb6023b87d065221f845969b0f06e26363 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Tue, 13 Nov 2018 12:31:47 +0100 Subject: api,modem-3gpp: new 'InitialEpsBearer' property This property contains the DBus path of a Bearer object of type MM_BEARER_TYPE_DEFAULT_ATTACH, which is automatically exposed by the modem when registered in the LTE network. Unlike standard bearer objects created by the user, this bearer won't allow any connection/disconnection request, as its status is bound to the LTE registration exclusively. The bearer settings exposed by the object include the APN details that have been used during the initial packet network attach, which may be defined by modem settings (e.g. if previously configured in the firmware which APN to use for the given SIM card operator) or by the network itself (e.g. if none configured, or if a network override is required as when roaming). The bearer object will be created as soon as the LTE attach status details are known, and only while the modem is enabled. The implementation allows modems to update the LTE attach status details during runtime, so the bearer object with the settings may be recreated during runtime as well. --- cli/mmcli-output.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cli/mmcli-output.h') diff --git a/cli/mmcli-output.h b/cli/mmcli-output.h index 9264537c..80fbda0a 100644 --- a/cli/mmcli-output.h +++ b/cli/mmcli-output.h @@ -39,6 +39,7 @@ typedef enum { MMC_S_MODEM_BANDS, MMC_S_MODEM_IP, MMC_S_MODEM_3GPP, + MMC_S_MODEM_3GPP_EPS, MMC_S_MODEM_3GPP_SCAN, MMC_S_MODEM_3GPP_USSD, MMC_S_MODEM_CDMA, @@ -124,8 +125,10 @@ typedef enum { MMC_F_3GPP_OPERATOR_ID, MMC_F_3GPP_OPERATOR_NAME, MMC_F_3GPP_REGISTRATION, - MMC_F_3GPP_EPS_UE_MODE, MMC_F_3GPP_PCO, + /* 3GPP EPS section */ + MMC_F_3GPP_EPS_UE_MODE, + MMC_F_3GPP_EPS_INITIAL_BEARER_PATH, /* 3GPP scan section */ MMC_F_3GPP_SCAN_NETWORKS, /* USSD section */ -- cgit v1.2.3-70-g09d2