modem: fix modem_gmm_prim_up_cb(): add missing break

Change-Id: Ibd16232d76d83d90f27d08b47aa38509161270b6
Fixes: CID#311019
This commit is contained in:
Vadim Yanitskiy 2023-03-17 16:20:57 +07:00
parent 4949ab7471
commit e15996378f
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ static int modem_gmm_prim_up_cb(struct osmo_gprs_gmm_prim *gmm_prim, void *user_
LOGP(DGMM, LOGL_ERROR, "%s(): Rx %s UNIMPLEMENTED\n", __func__, pdu_name);
break;
};
break;
default:
LOGP(DGMM, LOGL_ERROR, "%s(): Unexpected Rx %s\n", __func__, pdu_name);
OSMO_ASSERT(0);