From 76d767cbe84fbfecfd3003af622f949f04aadbe4 Mon Sep 17 00:00:00 2001 From: Jacob Erlbeck Date: Mon, 28 Sep 2015 18:54:32 +0200 Subject: edge: Support EGPRS in packet uplink assignment message Currently the Encoding::write_packet_uplink_assignment method only supports the GPRS variant of the message. This commit adds the missing EGPRS variant to the encoder. Sponsored-by: On-Waves ehf --- src/tbf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tbf.cpp') diff --git a/src/tbf.cpp b/src/tbf.cpp index 6c1320fc..0eb99830 100644 --- a/src/tbf.cpp +++ b/src/tbf.cpp @@ -923,7 +923,7 @@ struct msgb *gprs_rlcmac_tbf::create_ul_ass(uint32_t fn) Encoding::write_packet_uplink_assignment(bts_data(), ass_vec, m_tfi, (direction == GPRS_RLCMAC_DL_TBF), tlli(), is_tlli_valid(), new_tbf, 1, bts_data()->alpha, - bts_data()->gamma, -1); + bts_data()->gamma, -1, 0); bitvec_pack(ass_vec, msgb_put(msg, 23)); RlcMacDownlink_t * mac_control_block = (RlcMacDownlink_t *)talloc_zero(tall_pcu_ctx, RlcMacDownlink_t); LOGP(DRLCMAC, LOGL_DEBUG, "+++++++++++++++++++++++++ TX : Packet Uplink Assignment +++++++++++++++++++++++++\n"); -- cgit v1.2.3