libosmogsm 1.11.0.26-c59d.202505152026
Osmocom GSM library
Loading...
Searching...
No Matches
osmo_tlv_prot_msg_def Struct Reference

#include <tlv.h>

Data Fields

const charname
 human-readable name of message type (optional)
 
const uint8_tmand_ies
 array of mandatory IEs
 
uint8_t mand_count
 number of entries in 'mand_ies' above
 
uint32_t flags
 user-defined flags (like uplink/downlink/...)
 

Field Documentation

◆ flags

uint32_t osmo_tlv_prot_msg_def::flags

user-defined flags (like uplink/downlink/...)

Referenced by osmo_tlv_prot_msgt_flags().

◆ mand_count

uint8_t osmo_tlv_prot_msg_def::mand_count

number of entries in 'mand_ies' above

Referenced by osmo_tlv_prot_validate_tp().

◆ mand_ies

const uint8_t* osmo_tlv_prot_msg_def::mand_ies

array of mandatory IEs

Referenced by osmo_tlv_prot_validate_tp().

◆ name

const char* osmo_tlv_prot_msg_def::name

human-readable name of message type (optional)


The documentation for this struct was generated from the following file: