pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-pcu/+/29911 )

Change subject: encoding: Use MT_PACKET_UPLINK_ASSIGNMENT define instead of 
hardcoded value
......................................................................

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

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved
  osmith: Looks good to me, approved



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 https://gerrit.osmocom.org/c/osmo-pcu/+/29911
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I05b39d3183fdf741d648a15ff803d20e324443af
Gerrit-Change-Number: 29911
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to