pespin submitted this change.

View Change

Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved osmith: Looks good to me, approved
encoding: Use MT_PACKET_UPLINK_ASSIGNMENT define instead of hardcoded value

Change-Id: I05b39d3183fdf741d648a15ff803d20e324443af
---
M src/encoding.cpp
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/encoding.cpp b/src/encoding.cpp
index 278da72..74b80c1 100644
--- a/src/encoding.cpp
+++ b/src/encoding.cpp
@@ -605,7 +605,7 @@

/* See 3GPP TS 44.060, section 11.2.29 */
pua = &block->u.Packet_Uplink_Assignment;
- pua->MESSAGE_TYPE = 0x0a; // Packet Uplink Assignment
+ pua->MESSAGE_TYPE = MT_PACKET_UPLINK_ASSIGNMENT; // Packet Uplink Assignment
pua->PAGE_MODE = 0x00; // Normal Paging

/* TLLI or Global (UL/DL) TFI */

To view, visit change 29911. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I05b39d3183fdf741d648a15ff803d20e324443af
Gerrit-Change-Number: 29911
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged