diff options
author | Dan Williams <dan@ioncontrol.co> | 2025-05-16 09:52:04 -0500 |
---|---|---|
committer | Dan Williams <dan@ioncontrol.co> | 2025-05-16 09:52:04 -0500 |
commit | ec218e7052b7fd85302d1f5c9b01086ef3e562d9 (patch) | |
tree | 5f7a8abb71562c448593c9a593cea015b60849db /cli/mmcli-output.h | |
parent | a4421095f8464eaf678824a15a8e382a8b653ce5 (diff) | |
parent | 07805265946c154aefe6726f3a049de09ff8dd2f (diff) |
Merge request !1346 from 'disconnect-request'
bearer: add new "disconnect-request" logic
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/1346
Diffstat (limited to 'cli/mmcli-output.h')
-rw-r--r-- | cli/mmcli-output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/mmcli-output.h b/cli/mmcli-output.h index e7627653..4aecdfa0 100644 --- a/cli/mmcli-output.h +++ b/cli/mmcli-output.h @@ -260,6 +260,7 @@ typedef enum { MMC_F_BEARER_STATUS_CONNECTED, MMC_F_BEARER_STATUS_CONNECTION_ERROR_NAME, MMC_F_BEARER_STATUS_CONNECTION_ERROR_MESSAGE, + MMC_F_BEARER_STATUS_DISCONNECT_REQUEST, MMC_F_BEARER_STATUS_SUSPENDED, MMC_F_BEARER_STATUS_MULTIPLEXED, MMC_F_BEARER_STATUS_INTERFACE, |