From e6e605ba8641d14fa84be9baecba105e5b0901ec Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Wed, 27 Nov 2013 18:47:43 +0100 Subject: encoding: Change wording to match that of 3GPP TS 04.60 The spec (in ch. 9.1.8.1) speaks of RECEIVED or INVALID in the RLC receiver, so change the wording in the log message to match. --- src/encoding.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/encoding.cpp') diff --git a/src/encoding.cpp b/src/encoding.cpp index 085e7c34..24f83cd0 100644 --- a/src/encoding.cpp +++ b/src/encoding.cpp @@ -399,7 +399,7 @@ void Encoding::write_packet_uplink_ack(struct gprs_rlcmac_bts *bts, } show_v_n[64] = '\0'; LOGP(DRLCMACUL, LOGL_DEBUG, "- V(N): \"%s\" R=Received " - "N=Not-Received\n", show_v_n); + "I=Invalid\n", show_v_n); block->u.Packet_Uplink_Ack_Nack.u.PU_AckNack_GPRS_Struct.UnionType = 0x0; // Fixed Allocation Dummy = on block->u.Packet_Uplink_Ack_Nack.u.PU_AckNack_GPRS_Struct.u.FixedAllocationDummy = 0x0; // Fixed Allocation Dummy -- cgit v1.2.3