|
const char * | gsm48_cc_state_name (uint8_t state) |
| return string representation of CC State More...
|
|
const char * | gsm48_cc_msg_name (uint8_t msgtype) |
| return string representation of CC Message Type More...
|
|
const char * | gsm48_rr_msg_name (uint8_t msgtype) |
| return string representation of RR Message Type More...
|
|
const char * | gsm48_rr_short_pd_msg_name (uint8_t msgtype) |
| return string representation of RR Message Type using the RR short protocol discriminator More...
|
|
const char * | rr_cause_name (uint8_t cause) |
| return string representation of RR Cause value More...
|
|
const char * | osmo_rai_name (const struct gprs_ra_id *rai) |
| Return MCC-MNC-LAC-RAC as string, in a static buffer. More...
|
|
char * | osmo_rai_name_buf (char *buf, size_t buf_len, const struct gprs_ra_id *rai) |
| Return MCC-MNC-LAC-RAC as string, in a caller-provided output buffer. More...
|
|
char * | osmo_rai_name_c (const void *ctx, const struct gprs_ra_id *rai) |
| Return MCC-MNC-LAC-RAC as string, in dynamically-allocated output buffer. More...
|
|
void | osmo_rai_to_gprs (struct gprs_ra_id *dest, const struct osmo_routing_area_id *src) |
| Convert osmo_routing_area_id (new) into gprs_ra_id (old) More...
|
|
void | gprs_rai_to_osmo (struct osmo_routing_area_id *dest, const struct gprs_ra_id *src) |
| Convert gprs_ra_id (old) into osmo_routing_area_id (new) More...
|
|
int | gsm48_decode_lai (struct gsm48_loc_area_id *lai, uint16_t *mcc, uint16_t *mnc, uint16_t *lac) OSMO_DEPRECATED("Use gsm48_decode_lai2() instead |
|
void | gsm48_decode_lai2 (const struct gsm48_loc_area_id *lai, struct osmo_location_area_id *decoded) |
| Decode TS 04.08 Location Area Identifier. More...
|
|
void | gsm48_generate_lai (struct gsm48_loc_area_id *lai48, uint16_t mcc, uint16_t mnc, uint16_t lac) OSMO_DEPRECATED("Use gsm48_generate_lai2() instead |
|
void | gsm48_generate_lai2 (struct gsm48_loc_area_id *lai48, const struct osmo_location_area_id *lai) |
| Encode TS 04.08 Location Area Identifier. More...
|
|
void | gsm48_mcc_mnc_from_bcd (uint8_t *bcd_src, uint16_t *mcc, uint16_t *mnc) OSMO_DEPRECATED("Use osmo_plmn_from_bcd() instead |
|
struct gsm48_hdr * | gsm48_push_l3hdr (struct msgb *msg, uint8_t pdisc, uint8_t msg_type) |
| Wrap a given msg with gsm48_hdr structure. More...
|
|
enum gsm48_chan_mode | gsm48_chan_mode_to_vamos (enum gsm48_chan_mode mode) |
| Translate GSM48_CMODE_SPEECH_* to its corresponding GSM48_CMODE_SPEECH_*_VAMOS mode. More...
|
|
enum gsm48_chan_mode | gsm48_chan_mode_to_non_vamos (enum gsm48_chan_mode mode) |
| Translate GSM48_CMODE_SPEECH_*_VAMOS to its corresponding GSM48_CMODE_SPEECH_* non-vamos mode. More...
|
|