gbproxy: Add todos encountered while going through the code

Change-Id: I8c3a788f008d3cb2d067d974c2b1b9ca45185d8d
This commit is contained in:
Daniel Willmann 2020-12-02 17:46:56 +01:00 committed by Harald Welte
parent 3696dce679
commit 65bfbaf40d
1 changed files with 2 additions and 1 deletions

View File

@ -936,6 +936,7 @@ static int gbprox_rx_ptp_from_bss(struct gbproxy_config *cfg,
&ns_bvci, msg);
}
/* TODO: Should we discard this message if the check fails */
check_peer_nsei(peer, nsei);
rc = gbprox_process_bssgp_ul(cfg, msg, peer);
@ -1390,7 +1391,7 @@ static int gbprox_rx_sig_from_sgsn(struct gbproxy_config *cfg,
LOGP(DGPRS, LOGL_NOTICE, "NSE(%05u/SGSN) BSSGP "
"%sBLOCK_ACK for signalling BVCI ?!?\n", nsei,
pdu_type == BSSGP_PDUT_BVC_UNBLOCK_ACK ? "UN":"");
/* should we send STATUS ? */
/* TODO: should we send STATUS ? */
rate_ctr_inc(&cfg->ctrg->
ctr[GBPROX_GLOB_CTR_INV_BVCI]);
} else {