mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 21:13:44 +00:00
[GPRS] GMM: Add some FIXME's to the code
This commit is contained in:
@@ -917,6 +917,7 @@ static int gsm0408_rcv_gsm(struct sgsn_mm_ctx *mmctx, struct msgb *msg)
|
|||||||
|
|
||||||
if (!mmctx) {
|
if (!mmctx) {
|
||||||
LOGP(DMM, LOGL_NOTICE, "Cannot handle SM for unknown MM CTX\n");
|
LOGP(DMM, LOGL_NOTICE, "Cannot handle SM for unknown MM CTX\n");
|
||||||
|
/* FIXME: return SM / MM STATUS */
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -935,10 +936,12 @@ static int gsm0408_rcv_gsm(struct sgsn_mm_ctx *mmctx, struct msgb *msg)
|
|||||||
case GSM48_MT_GSM_DEACT_AA_PDP_REQ:
|
case GSM48_MT_GSM_DEACT_AA_PDP_REQ:
|
||||||
DEBUGP(DMM, "Unimplemented GSM 04.08 GSM msg type 0x%02x\n",
|
DEBUGP(DMM, "Unimplemented GSM 04.08 GSM msg type 0x%02x\n",
|
||||||
gh->msg_type);
|
gh->msg_type);
|
||||||
|
/* FIXME: return SM / MM STATUS */
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
DEBUGP(DMM, "Unknown GSM 04.08 GSM msg type 0x%02x\n",
|
DEBUGP(DMM, "Unknown GSM 04.08 GSM msg type 0x%02x\n",
|
||||||
gh->msg_type);
|
gh->msg_type);
|
||||||
|
/* FIXME: return SM / MM STATUS */
|
||||||
break;
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user