diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-03-23 06:36:36 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-09 12:38:50 +0000 |
commit | 7354dc928f389d090dfa5c3599ed199f232c2fde (patch) | |
tree | 7573f89e232b88980a44e73e3a0a4b966ce69cb8 /src/mm-modem-helpers.h | |
parent | bf771be7fac874a26f35afebd1fad27af64eaae7 (diff) |
api: new 5GNR capability
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r-- | src/mm-modem-helpers.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h index 4adaee2a..cf60e425 100644 --- a/src/mm-modem-helpers.h +++ b/src/mm-modem-helpers.h @@ -41,7 +41,8 @@ #define MM_MODEM_CAPABILITY_3GPP \ (MM_MODEM_CAPABILITY_GSM_UMTS | \ - MM_MODEM_CAPABILITY_LTE) + MM_MODEM_CAPABILITY_LTE | \ + MM_MODEM_CAPABILITY_5GNR) gchar *mm_strip_quotes (gchar *str); const gchar *mm_strip_tag (const gchar *str, |