From 9859c1fd246f9c42156f69f1adb6d19c92b17c1a Mon Sep 17 00:00:00 2001 From: "lal.harshita" Date: Mon, 7 Mar 2022 19:23:39 +0530 Subject: [PATCH] [Issue-ID: ODUHIGH-426] Fixed MCC MNC value in RRC Setup Complete at PHY stub Signed-off-by: lal.harshita Change-Id: I584a4f453d321d928bf195882b238f19d02748a4 --- src/phy_stub/phy_stub_msg_hdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phy_stub/phy_stub_msg_hdl.c b/src/phy_stub/phy_stub_msg_hdl.c index 03ac61b2b..89c58fd6f 100644 --- a/src/phy_stub/phy_stub_msg_hdl.c +++ b/src/phy_stub/phy_stub_msg_hdl.c @@ -469,7 +469,7 @@ uint16_t l1BuildAndSendRxDataInd(uint16_t slot, uint16_t sfn, fapi_ul_pusch_pdu_ From 38.321 section 6.1.1 */ uint8_t msg5[] = {1, msg5PduLen, 0, 0, 16, 0, 5, 223, 128, 16, 94, \ - 64, 3, 64, 89, 61, 138, 64, 0, 0, 0, 4, 0, 0, 4, 68, 11, 128, \ + 64, 3, 64, 68, 252, 97, 0, 0, 0, 0, 4, 0, 0, 4, 68, 11, 128, \ 184, 56, 0, 0, 0, 0, 0}; msg5PduLen += 2; /* 2bytes of header */ -- 2.16.6