pespin has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/11/29911/1
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: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-MessageType: newchange