aboutsummaryrefslogtreecommitdiff
path: root/net/modemmanager/files/lib/netifd
Commit message (Collapse)AuthorAge
* modemmanager: start a 3gpp network regsistrationFlorian Eckert2024-03-05
| | | | | | | | | | | | If a 'plmn' is set in the configuration, a registration attempt should be established before the simple-connect command. If the plmn is set during the simple-connect, a network change may occur during the connection setup. To prevent this, the registration is started before the simple-connect with a separate mmcli command. So that we can be sure that the modem is already registered in the correct network before the simple-connect command. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* modemmanager: move cleanup and enable to the topFlorian Eckert2024-03-05
| | | | | | | | | Before a new connection attempt is made, the previous connection must be cleaned up before further connection attempts are made. This is now done by moving the cleanup and enable sequence to the beginning of the conection setup. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* modemmanager: moving the openwrt related files to subdirectoriesFlorian Eckert2024-03-05
Moving the openwrt related files to subdirectories as they are installed on the system. This change makes it immediately apparent during development where the file is to be installed in the running system. Signed-off-by: Florian Eckert <fe@dev.tdt.de>