summaryrefslogtreecommitdiff
path: root/src/nmcli
diff options
context:
space:
mode:
authorSven Schwermer <sven.schwermer@disruptive-technologies.com>2022-08-09 09:48:20 +0200
committerSven Schwermer <sven.schwermer@disruptive-technologies.com>2023-02-20 12:59:39 +0100
commitdb3b11284686d7787d5ed837ab0fb38660e7d459 (patch)
tree73eeb5ee022e9987b69e7d03a180b68f59b43cdc /src/nmcli
parent49d6e1fe4b5ba37af850a09b6d65f8276b40e075 (diff)
downloadNetworkManager-db3b11284686d7787d5ed837ab0fb38660e7d459.tar.gz
libnm: Add initial EPS parameters to gsm settings
The configure flag and APN for the initial EPS bearer are used when bringing up cellular modem connections. These settings are only relevant for LTE modems. Signed-off-by: Sven Schwermer <sven.schwermer@disruptive-technologies.com>
Diffstat (limited to 'src/nmcli')
-rw-r--r--src/nmcli/gen-metadata-nm-settings-nmcli.xml.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nmcli/gen-metadata-nm-settings-nmcli.xml.in b/src/nmcli/gen-metadata-nm-settings-nmcli.xml.in
index cec7a58eb8..0a7ab2d8ac 100644
--- a/src/nmcli/gen-metadata-nm-settings-nmcli.xml.in
+++ b/src/nmcli/gen-metadata-nm-settings-nmcli.xml.in
@@ -588,6 +588,10 @@
description="A MCC/MNC string like &quot;310260&quot; or &quot;21601&quot; identifying the specific mobile network operator which this connection applies to. If given, the connection will apply to any device also allowed by &quot;device-id&quot; and &quot;sim-id&quot; which contains a SIM card provisioned by the given operator." />
<property name="mtu"
description="If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple frames." />
+ <property name="initial-eps-bearer-configure"
+ description="For LTE modems, this setting determines whether the initial EPS bearer shall be configured when bringing up the connection. It is inferred TRUE if initial-eps-bearer-apn is set." />
+ <property name="initial-eps-bearer-apn"
+ description="For LTE modems, this sets the APN for the initial EPS bearer that is set up when attaching to the network. Setting this parameters implies initial-eps-bearer-configure to be TRUE." />
</setting>
<setting name="hostname" >
<property name="priority"