mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
[SGSN] remove bogus debug statement
This commit is contained in:
@@ -174,7 +174,6 @@ struct sgsn_pdp_ctx *sgsn_create_pdp_ctx(struct sgsn_ggsn_ctx *ggsn,
|
||||
pdp->apn_use.l = sizeof(pdp->apn_use.v);
|
||||
memcpy(pdp->apn_use.v, TLVP_VAL(tp, GSM48_IE_GSM_APN),
|
||||
pdp->apn_use.l);
|
||||
DEBUGP(DGPRS, "len(GSM48_IE_GSM_APN)=%u\n", TLVP_LEN(tp, GSM48_IE_GSM_APN));
|
||||
|
||||
/* Protocol Configuration Options from GMM */
|
||||
pdp->pco_req.l = TLVP_LEN(tp, GSM48_IE_GSM_PROTO_CONF_OPT);
|
||||
|
Reference in New Issue
Block a user