libosmogsm 1.11.0.26-c59d.202505152026
Osmocom GSM library
|
Osmocom TLV protocol definition. More...
#include <tlv.h>
Data Fields | |
const char * | name |
human-readable name of protocol | |
const struct tlv_definition * | tlv_def |
TLV parser definition (optional) | |
struct osmo_tlv_prot_msg_def | msg_def [256] |
definition of each message (8-bit message type) | |
struct osmo_tlv_prot_ie_def | ie_def [256] |
definition of IE for each 8-bit tag | |
const struct value_string * | msgt_names |
value_string array of message type names (legacy, if not populated in msg_def) | |
Osmocom TLV protocol definition.
struct osmo_tlv_prot_ie_def osmo_tlv_prot_def::ie_def[256] |
definition of IE for each 8-bit tag
struct osmo_tlv_prot_msg_def osmo_tlv_prot_def::msg_def[256] |
definition of each message (8-bit message type)
Referenced by osmo_tlv_prot_msgt_flags().
const struct value_string* osmo_tlv_prot_def::msgt_names |
value_string array of message type names (legacy, if not populated in msg_def)
const struct tlv_definition* osmo_tlv_prot_def::tlv_def |
TLV parser definition (optional)