aboutsummaryrefslogtreecommitdiffstats
path: root/src/sgsn/gprs_gmm_attach.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sgsn/gprs_gmm_attach.c')
-rw-r--r--src/sgsn/gprs_gmm_attach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sgsn/gprs_gmm_attach.c b/src/sgsn/gprs_gmm_attach.c
index 130f8d1c0..c903a016b 100644
--- a/src/sgsn/gprs_gmm_attach.c
+++ b/src/sgsn/gprs_gmm_attach.c
@@ -449,7 +449,7 @@ struct osmo_fsm gmm_attach_req_fsm = {
static __attribute__((constructor)) void gprs_gmm_fsm_init(void)
{
- osmo_fsm_register(&gmm_attach_req_fsm);
+ OSMO_ASSERT(osmo_fsm_register(&gmm_attach_req_fsm) == 0);
}
void gmm_att_req_free(struct sgsn_mm_ctx *mm) {