diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-07-03 22:48:08 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-07-03 22:49:01 +0200 |
commit | bf9005df071841361041b271609f608b185bc3ce (patch) | |
tree | f7049cc0a96f13a51bb51e05bbcdeaba1a210467 /introspection | |
parent | 132fc268b8a17bfdec787f131491ed7fb7862fe7 (diff) |
api,location: update TAC documentation to allow 3-byte values in 5GNR
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Location.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Location.xml b/introspection/org.freedesktop.ModemManager1.Modem.Location.xml index 5a7331ba..6cb67330 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Location.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Location.xml @@ -256,8 +256,8 @@ </varlistentry> <varlistentry><term><literal>TAC</literal></term> <listitem> - This is the two-byte Location Area Code of the LTE base - station with which the mobile is registered, in upper-case + This is the two- or three-byte Tracking Area Code of the LTE/5GNR + base station with which the mobile is registered, in upper-case hexadecimal format without leading zeros, as specified in 3GPP TS 27.007. E.g. <literal>"6FFE"</literal>. Since 1.10. </listitem> |