modemmanager: remove status message from errors 24370/head
authorOliver Sedlbauer <osedlbauer@tdt.de>
Tue, 11 Jun 2024 14:00:17 +0000 (16:00 +0200)
committerOliver Sedlbauer <osedlbauer@tdt.de>
Tue, 11 Jun 2024 14:00:20 +0000 (16:00 +0200)
The message 'MM_CONNECT_IN_PROGRESS' is a status message, not an error
message. To avoid confusion, the message has been removed.

Signed-off-by: Oliver Sedlbauer <osedlbauer@tdt.de>
net/modemmanager/Makefile
net/modemmanager/files/lib/netifd/proto/modemmanager.sh

index 87a6c6a22bd21fced43916a5cb855417e910e279..479f4f37151915a467732bc983fd1d6138d8520d 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=modemmanager
 PKG_VERSION:=1.22.0
-PKG_RELEASE:=14
+PKG_RELEASE:=15
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git
index ce051a76392f58fd7fe4821192c0472a84e98fdf..89fc9ca36f179f823f19d26aa28357bf49f34339 100644 (file)
@@ -557,7 +557,6 @@ proto_modemmanager_setup() {
 
        # setup connect args; APN mandatory (even if it may be empty)
        echo "starting connection with apn '${apn}'..."
-       proto_notify_error "${interface}" MM_CONNECT_IN_PROGRESS
 
        # setup allow-roaming parameter
        if [ -n "${allow_roaming}" ] && [ "${allow_roaming}" -eq 0 ];then