#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
|
Functions |
const char * | abis_nm_nack_cause_name (uint8_t cause) |
| Get human-readable string for NACK cause.
|
const char * | abis_nm_nack_name (uint8_t nack) |
| Get human-readable string for OML NACK message type.
|
const char * | abis_nm_event_type_name (uint8_t cause) |
| Get human-readable string for OML event type.
|
const char * | abis_nm_severity_name (uint8_t cause) |
| Get human-readable string for perceived OML severity.
|
const char * | abis_nm_opstate_name (uint8_t os) |
| Get human-readable string for OML Operational State.
|
const char * | abis_nm_avail_name (uint8_t avail) |
| Get human-readable string for OML Availability State.
|
const char * | abis_nm_test_name (uint8_t test) |
| Get human-readable string for OML test.
|
int | abis_nm_chcomb4pchan (enum gsm_phys_chan_config pchan) |
| Obtain OML Channel Combination for phnsical channel config.
|
enum gsm_phys_chan_config | abis_nm_pchan4chcomb (uint8_t chcomb) |
| Obtain physical channel config for OML Channel Combination.
|
Detailed Description