diff options
author | Harald Welte <laforge@gnumonks.org> | 2017-10-16 15:32:43 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-10-16 15:32:43 +0200 |
commit | 9325d86192083a29c891f23bc984744f6b4d9123 (patch) | |
tree | 243f6d1c54643597db4abb2d78b546f36521dfff /include | |
parent | 84bd33349ca9124a117dd74ebfc2c3afd72a5898 (diff) |
[doc] TLV parser has far grown beyond GSM L3
Let's hence not call the group "GSM L3 compatible TLV parser"
Change-Id: Ic53f9c0d5ee787f994f42cf2aff313c6e131fbe6
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/gsm/tlv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gsm/tlv.h b/include/osmocom/gsm/tlv.h index f9032237..5bf4a87b 100644 --- a/include/osmocom/gsm/tlv.h +++ b/include/osmocom/gsm/tlv.h @@ -7,7 +7,7 @@ #include <osmocom/core/bit16gen.h> #include <osmocom/core/bit32gen.h> -/*! \defgroup tlv GSM L3 compatible TLV parser +/*! \defgroup tlv TLV parser * @{ * \file tlv.h */ |