Initial EPS bearer settings additional

Hello,
I previously posted in this thread
https://discourse.gnome.org/t/initial-eps-bearer-apn-format/17491/2
and would like to ask something related.

I’m currently working on something like adding a custom feature for setting initial eps bearer settings using through the Mobile Network settings using the Access Points addition/editing window.

Right now I understand that
NM_SETTING_INITIAL_EPS_BEARER_APN
NM_SETTING_INITIAL_EPS_BEARER_CONFIGURE
are available through network manager.

Is there any way to set the other initial eps bearer settings, such as:
username
password
allowed-auth

using the NM_SETTING_INITIAL_EPS_BEARER format from NetworkManager?
or do we need to request for these to be added by the NetworkManager devs?

I understand there are other alternate ways to do the setting like
like using:
mmcli
mmcli -m any --3gpp-set-initial-eps-bearer-settings=<format>
but would prefer it to go through NetworkManager to avoid using CLI commands.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.