|
const char * | abis_nm_nack_name (uint8_t nack) |
| Get human-readable string for OML NACK message type. More...
|
|
const char * | abis_nm_nack_cause_name (uint8_t cause) |
| Get human-readable string for NACK cause. More...
|
|
const char * | abis_nm_event_type_name (uint8_t cause) |
| Get human-readable string for OML event type. More...
|
|
const char * | abis_nm_severity_name (uint8_t cause) |
| Get human-readable string for perceived OML severity. More...
|
|
const char * | abis_nm_opstate_name (uint8_t os) |
| Get human-readable string for OML Operational State. More...
|
|
const char * | abis_nm_avail_name (uint8_t avail) |
| Get human-readable string for OML Availability State. More...
|
|
const char * | abis_nm_test_name (uint8_t test) |
| Get human-readable string for OML test. More...
|
|
struct msgb * | abis_nm_fail_evt_rep (enum abis_nm_event_type t, enum abis_nm_severity s, enum abis_nm_pcause_type ct, uint16_t cause_value, const char *fmt,...) |
| Pack 3GPP TS 12.21 § 8.8.2 Failure Event Report into msgb. More...
|
|
struct msgb * | abis_nm_fail_evt_vrep (enum abis_nm_event_type t, enum abis_nm_severity s, enum abis_nm_pcause_type ct, uint16_t cause_value, const char *fmt, va_list ap) |
| Pack 3GPP TS 12.21 § 8.8.2 Failure Event Report into msgb. More...
|
|
uint16_t | abis_nm_sw_desc_len (const struct abis_nm_sw_desc *sw, bool put_sw_desc) |
| Compute length of given 3GPP TS 52.021 §9.4.62 SW Description. More...
|
|
uint16_t | abis_nm_put_sw_desc (struct msgb *msg, const struct abis_nm_sw_desc *sw, bool put_sw_desc) |
| Put given 3GPP TS 52.021 §9.4.62 SW Description into msgb. More...
|
|
uint16_t | abis_nm_put_sw_file (struct msgb *msg, const char *id, const char *ver, bool put_sw_desc) |
| Put given file ID/Version pair as 3GPP TS 52.021 §9.4.62 SW Description into msgb. More...
|
|
uint32_t | abis_nm_get_sw_desc_len (const uint8_t *buf, size_t len) |
| Get length of first 3GPP TS 52.021 §9.4.62 SW Description from buffer. More...
|
|
static int | abis_nm_get_sw_desc (struct abis_nm_sw_desc *sw, const uint8_t *buf, size_t length) |
| Parse single 3GPP TS 52.021 §9.4.62 SW Description from buffer. More...
|
|
int | abis_nm_get_sw_conf (const uint8_t *buf, size_t buf_len, struct abis_nm_sw_desc *sw, uint16_t sw_len) |
| Parse 3GPP TS 52.021 §9.4.61 SW Configuration from buffer. More...
|
|
int | abis_nm_chcomb4pchan (enum gsm_phys_chan_config pchan) |
| Obtain OML Channel Combination for phnsical channel config. More...
|
|
enum gsm_phys_chan_config | abis_nm_pchan4chcomb (uint8_t chcomb) |
| Obtain physical channel config for OML Channel Combination. More...
|
|
char * | abis_nm_dump_foh_buf (char *buf, size_t buf_len, const struct abis_om_fom_hdr *foh) |
|
const char * | abis_nm_dump_foh (const struct abis_om_fom_hdr *foh) |
|
char * | abis_nm_dump_foh_c (void *ctx, const struct abis_om_fom_hdr *foh) |
|
void | abis_nm_debugp_foh (int ss, struct abis_om_fom_hdr *foh) |
|