libosmogsm 0.9.6-23.20170220git32ee5af8.fc42
Osmocom GSM library
|
#include <osmocom/gsm/tlv.h>
#include <osmocom/gsm/gsm_utils.h>
#include <osmocom/gsm/protocol/gsm_12_21.h>
Go to the source code of this file.
Macros | |
#define | abis_nm_debugp_foh(ss, foh) |
write a human-readable OML header to the debug log | |
Variables | |
const char | abis_nm_ipa_magic [13] |
const char | abis_nm_osmo_magic [12] |
enum abis_nm_msgtype | abis_nm_reports [4] |
unidirectional messages from BTS to BSC | |
enum abis_nm_msgtype | abis_nm_no_ack_nack [3] |
messages without ACK/NACK | |
enum abis_nm_msgtype | abis_nm_sw_load_msgs [9] |
messages related to software load | |
enum abis_nm_msgtype | abis_nm_nacks [33] |
All NACKs (negative acknowledgements. | |
const struct value_string | abis_nm_msg_disc_names [] |
Human-readable strings for A-bis OML Object Class. | |
const struct value_string | abis_nm_obj_class_names [] |
Human-readable strings for A-bis OML Object Class. | |
const struct value_string | abis_nm_adm_state_names [] |
Human-readable names for OML administrative state. | |
const struct tlv_definition | abis_nm_att_tlvdef |
GSM A-bis OML TLV parser definition. | |
const struct tlv_definition | abis_nm_osmo_att_tlvdef |
org.osmocom GSM A-bis OML TLV parser definition | |
const struct tlv_definition | abis_nm_att_tlvdef_ipa |
GSM A-bis OML IPA TLV parser definition. | |