misc: Move the struct bssgp_bvc_ctx into the struct osmo_pcu
diff --git a/src/gprs_rlcmac_data.cpp b/src/gprs_rlcmac_data.cpp
index 4f2b649..99fac1b 100644
--- a/src/gprs_rlcmac_data.cpp
+++ b/src/gprs_rlcmac_data.cpp
@@ -1253,7 +1253,8 @@
 			frames = 0xff;
 		if (octets > 0xffffff)
 			octets = 0xffffff;
-		bssgp_tx_llc_discarded(bctx, tbf->tlli, frames, octets);
+		bssgp_tx_llc_discarded(gprs_bssgp_pcu_current_bctx(),
+					tbf->tlli, frames, octets);
 	}
 
 	return msg;