diff options
| -rw-r--r-- | src/gb/gprs_bssgp.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/gb/gprs_bssgp.c b/src/gb/gprs_bssgp.c index 1445a56b..5dfce16c 100644 --- a/src/gb/gprs_bssgp.c +++ b/src/gb/gprs_bssgp.c @@ -1052,6 +1052,8 @@ int bssgp_rcvmsg(struct msgb *msg)  	if (rc < 0) {  		LOGP(DBSSGP, LOGL_ERROR, "Failed to parse BSSGP %s message. Invalid message was: %s\n",  		     bssgp_pdu_str(pdu_type), msgb_hexdump(msg)); +		if (pdu_type != BSSGP_PDUT_STATUS) +			return bssgp_tx_status(BSSGP_CAUSE_INV_MAND_INF, NULL, msg);  		return rc;  	} | 
