Go to the source code of this file.
|
struct msgb * | gsm29118_msgb_alloc (void) |
|
struct msgb * | gsm29118_create_alert_req (const char *imsi) |
|
struct msgb * | gsm29118_create_dl_ud (const char *imsi, struct msgb *nas_msg) |
|
struct msgb * | gsm29118_create_eps_det_ack (const char *imsi) |
|
struct msgb * | gsm29118_create_imsi_det_ack (const char *imsi) |
|
struct msgb * | gsm29118_create_lu_ack (const char *imsi, const struct osmo_location_area_id *lai, const uint8_t *new_id, unsigned int new_id_len) |
| 8.9 SGsAP-LOCATION-UPDATE-ACCEPT.
|
|
struct msgb * | gsm29118_create_lu_rej (const char *imsi, uint8_t rej_cause, const struct osmo_location_area_id *lai) |
|
struct msgb * | gsm29118_create_mm_info_req (const char *imsi, const uint8_t *mm_info, uint8_t mm_info_len) |
|
struct msgb * | gsm29118_create_paging_req (struct gsm29118_paging_req *params) |
|
struct msgb * | gsm29118_create_reset_ack (struct gsm29118_reset_msg *params) |
|
struct msgb * | gsm29118_create_reset_ind (struct gsm29118_reset_msg *params) |
|
struct msgb * | gsm29118_create_status (const char *imsi, enum sgsap_sgs_cause cause, const struct msgb *err_msg) |
|
struct msgb * | gsm29118_create_release_req (const char *imsi, const uint8_t sgs_cause) |
|
struct msgb * | gsm29118_create_service_abort_req (const char *imsi) |
|
◆ gsm29118_create_alert_req()
struct msgb * gsm29118_create_alert_req |
( |
const char * |
imsi | ) |
|
◆ gsm29118_create_dl_ud()
struct msgb * gsm29118_create_dl_ud |
( |
const char * |
imsi, |
|
|
struct msgb * |
nas_msg |
|
) |
| |
◆ gsm29118_create_eps_det_ack()
struct msgb * gsm29118_create_eps_det_ack |
( |
const char * |
imsi | ) |
|
◆ gsm29118_create_imsi_det_ack()
struct msgb * gsm29118_create_imsi_det_ack |
( |
const char * |
imsi | ) |
|
◆ gsm29118_create_lu_ack()
struct msgb * gsm29118_create_lu_ack |
( |
const char * |
imsi, |
|
|
const struct osmo_location_area_id * |
lai, |
|
|
const uint8_t * |
new_id, |
|
|
unsigned int |
new_id_len |
|
) |
| |
◆ gsm29118_create_lu_rej()
◆ gsm29118_create_mm_info_req()
struct msgb * gsm29118_create_mm_info_req |
( |
const char * |
imsi, |
|
|
const uint8_t * |
mm_info, |
|
|
uint8_t |
mm_info_len |
|
) |
| |
◆ gsm29118_create_paging_req()
References gsm29118_msgb_alloc(), msg, msgb_free(), msgb_sgsap_imsi_put(), msgb_sgsap_lai_put(), msgb_sgsap_name_put(), msgb_tlv_put(), params, SGSAP_IE_SERVICE_INDICATOR, SGSAP_IE_VLR_NAME, and SGSAP_MSGT_PAGING_REQ.
◆ gsm29118_create_release_req()
struct msgb * gsm29118_create_release_req |
( |
const char * |
imsi, |
|
|
const uint8_t |
sgs_cause |
|
) |
| |
◆ gsm29118_create_reset_ack()
◆ gsm29118_create_reset_ind()
◆ gsm29118_create_service_abort_req()
struct msgb * gsm29118_create_service_abort_req |
( |
const char * |
imsi | ) |
|
◆ gsm29118_create_status()
struct msgb * gsm29118_create_status |
( |
const char * |
imsi, |
|
|
enum sgsap_sgs_cause |
cause, |
|
|
const struct msgb * |
err_msg |
|
) |
| |
◆ gsm29118_msgb_alloc()
struct msgb * gsm29118_msgb_alloc |
( |
void |
| ) |
|