|
libosmogsm UNKNOWN
Osmocom GSM library
|
#include <osmocom/core/utils.h>Go to the source code of this file.
Macros | |
| #define | SGS_TS5_DEFAULT 10 /* Guards the Paging Procedure at the VLR */ |
| #define | SGS_TS6_2_DEFAULT 40 /* Guards the TMSI reallocation procedure */ |
| #define | SGS_TS7_DEFAULT 4 /* Guards the non-EPS alert procedure */ |
| #define | SGS_TS11_DEFAULT 4 /* Guards the VLR reset procedure */ |
| #define | SGS_TS14_DEFAULT 10 /* Guards the UE fallback to UTRAN/GERAN */ |
| #define | SGS_TS15_DEFAULT 10 /* Guards the MO UE fallback to UTRAN/GERAN */ |
| #define | SGS_NS7_DEFAULT 2 |
| #define | SGS_NS11_DEFAULT 2 |
| #define | SGS_NS8_DEFAULT 2 |
| #define | SGS_NS9_DEFAULT 2 |
| #define | SGS_NS10_DEFAULT 2 |
| #define | SGS_NS12_DEFAULT 2 |
| #define | SGS_PORT_DEFAULT 29118 |
| #define | SGS_MME_NAME_LEN 55 |
| #define | SGS_VLR_NAME_MAXLEN 255 |
Functions | |
| static const char * | sgsap_msg_type_name (enum sgsap_msg_type msgt) |
| static const char * | sgsap_iei_name (enum sgsap_iei iei) |
| static const char * | sgsap_eps_lu_type_name (enum sgsap_eps_lu_type lut) |
| static const char * | sgsap_imsi_det_eps_type_name (enum sgsap_imsi_det_eps_type idt) |
| static const char * | sgsap_imsi_det_noneps_type_name (enum sgsap_imsi_det_noneps_type idt) |
| static const char * | sgsap_service_ind_name (enum sgsap_service_ind si) |
| static const char * | sgsap_sgs_cause_name (enum sgsap_sgs_cause cause) |
| static const char * | sgsap_ue_emm_mode_name (enum sgsap_ue_emm_mode mode) |
Variables | |
| const struct value_string | sgsap_msg_type_names [] |
| const struct value_string | sgsap_iei_names [] |
| const struct value_string | sgsap_eps_lu_type_names [] |
| const struct value_string | sgsap_ismi_det_eps_type_names [] |
| const struct value_string | sgsap_ismi_det_noneps_type_names [] |
| const struct value_string | sgsap_service_ind_names [] |
| const struct value_string | sgsap_sgs_cause_names [] |
| const struct value_string | sgsap_ue_emm_mode_names [] |
| const struct tlv_definition | sgsap_ie_tlvdef |
| #define SGS_MME_NAME_LEN 55 |
Referenced by msgb_sgsap_name_put().
| #define SGS_NS10_DEFAULT 2 |
| #define SGS_NS11_DEFAULT 2 |
| #define SGS_NS12_DEFAULT 2 |
| #define SGS_NS7_DEFAULT 2 |
| #define SGS_NS8_DEFAULT 2 |
| #define SGS_NS9_DEFAULT 2 |
| #define SGS_PORT_DEFAULT 29118 |
| #define SGS_TS11_DEFAULT 4 /* Guards the VLR reset procedure */ |
| #define SGS_TS14_DEFAULT 10 /* Guards the UE fallback to UTRAN/GERAN */ |
| #define SGS_TS15_DEFAULT 10 /* Guards the MO UE fallback to UTRAN/GERAN */ |
| #define SGS_TS5_DEFAULT 10 /* Guards the Paging Procedure at the VLR */ |
| #define SGS_TS6_2_DEFAULT 40 /* Guards the TMSI reallocation procedure */ |
| #define SGS_TS7_DEFAULT 4 /* Guards the non-EPS alert procedure */ |
| #define SGS_VLR_NAME_MAXLEN 255 |
| enum sgsap_eps_lu_type |
| enum sgsap_iei |
| enum sgsap_msg_type |
| enum sgsap_service_ind |
| enum sgsap_sgs_cause |
| enum sgsap_ue_emm_mode |
|
inlinestatic |
References sgsap_eps_lu_type_names.
|
inlinestatic |
References iei, and sgsap_iei_names.
|
inlinestatic |
References sgsap_ismi_det_eps_type_names.
|
inlinestatic |
References sgsap_ismi_det_noneps_type_names.
|
inlinestatic |
References sgsap_msg_type_names.
|
inlinestatic |
References sgsap_service_ind_names.
|
inlinestatic |
References cause, and sgsap_sgs_cause_names.
|
inlinestatic |
References mode, and sgsap_ue_emm_mode_names.
|
extern |
Referenced by sgsap_eps_lu_type_name().
|
extern |
|
extern |
Referenced by sgsap_iei_name().
|
extern |
Referenced by sgsap_imsi_det_eps_type_name().
|
extern |
Referenced by sgsap_imsi_det_noneps_type_name().
|
extern |
Referenced by sgsap_msg_type_name().
|
extern |
Referenced by sgsap_service_ind_name().
|
extern |
Referenced by sgsap_sgs_cause_name().
|
extern |
Referenced by sgsap_ue_emm_mode_name().