openwrt / packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
GNU General Public License v2.0
3.88k stars 3.39k forks source link

modemmanager: improve reconnect handling #24370

Closed osedlbauer closed 2 weeks ago

osedlbauer commented 2 weeks ago

Maintainer: @feckert / @aleksander0m Compile tested: not needed only script changes Run tested: lantiq_xrx200

Description: Currently, the proto handler stops if a connection cannot be established during setup. There are scenarios where the user does not want the connection to be re-established (for example, with an incorrect username/password). On the other hand, there are also scenarios where the user wants the connection to be established at all costs. For this, I have added a new option that covers such scenarios.

feckert commented 2 weeks ago

I've wanted to do that for a long time. Thank you @osedelbauer ;-) Thanks merged!