fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-pcu/+/28952 )


Change subject: tests/rlcmac: remove unused printSizeofRLCMAC()
......................................................................

tests/rlcmac: remove unused printSizeofRLCMAC()

Change-Id: I4858d1cb0c4ffb0a152b1d975e30d50efa6296a7
---
M tests/rlcmac/RLCMACTest.cpp
1 file changed, 0 insertions(+), 49 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/52/28952/1

diff --git a/tests/rlcmac/RLCMACTest.cpp b/tests/rlcmac/RLCMACTest.cpp
index 7b98d18..b1241f6 100644
--- a/tests/rlcmac/RLCMACTest.cpp
+++ b/tests/rlcmac/RLCMACTest.cpp
@@ -33,54 +33,6 @@

 void *tall_pcu_ctx;

-void printSizeofRLCMAC()
-{
-       printf("*** %s ***\n", __func__);
-       cout << "sizeof RlcMacUplink_t                       " << 
sizeof(RlcMacUplink_t) << endl;
-       cout << "sizeof Packet_Cell_Change_Failure_t         " << 
sizeof(Packet_Cell_Change_Failure_t) << endl;
-       cout << "sizeof Packet_Control_Acknowledgement_t     " << 
sizeof(Packet_Control_Acknowledgement_t) << endl;
-       cout << "sizeof Packet_Downlink_Ack_Nack_t           " << 
sizeof(Packet_Downlink_Ack_Nack_t) << endl;
-       cout << "sizeof EGPRS_PD_AckNack_t                   " << 
sizeof(EGPRS_PD_AckNack_t) << endl;
-       cout << "sizeof Packet_Uplink_Dummy_Control_Block_t  " << 
sizeof(Packet_Uplink_Dummy_Control_Block_t) << endl;
-       cout << "sizeof Packet_Measurement_Report_t          " << 
sizeof(Packet_Measurement_Report_t) << endl;
-       cout << "sizeof Packet_Resource_Request_t            " << 
sizeof(Packet_Resource_Request_t) << endl;
-       cout << "sizeof Packet_Mobile_TBF_Status_t           " << 
sizeof(Packet_Mobile_TBF_Status_t) << endl;
-       cout << "sizeof Packet_PSI_Status_t                  " << 
sizeof(Packet_PSI_Status_t) << endl;
-       cout << "sizeof Packet_Enh_Measurement_Report_t      " << 
sizeof(Packet_Enh_Measurement_Report_t) << endl;
-       cout << "sizeof Packet_Cell_Change_Notification_t    " << 
sizeof(Packet_Cell_Change_Notification_t) << endl;
-       cout << "sizeof Packet_SI_Status_t                   " << 
sizeof(Packet_SI_Status_t) << endl;
-       cout << "sizeof Additional_MS_Rad_Access_Cap_t       " << 
sizeof(Additional_MS_Rad_Access_Cap_t) << endl;
-       cout << "sizeof Packet_Pause_t                       " << 
sizeof(Packet_Pause_t) << endl;
-
-       cout << "sizeof RlcMacDownlink_t                       " << 
sizeof(RlcMacDownlink_t) << endl;
-       cout << "sizeof Packet_Access_Reject_t                 " << 
sizeof(Packet_Access_Reject_t) << endl;
-       cout << "sizeof Packet_Cell_Change_Order_t             " << 
sizeof(Packet_Cell_Change_Order_t) << endl;
-       cout << "sizeof Packet_Downlink_Assignment_t           " << 
sizeof(Packet_Downlink_Assignment_t) << endl;
-       cout << "sizeof Packet_Neighbour_Cell_Data_t           " << 
sizeof(Packet_Neighbour_Cell_Data_t) << endl;
-       cout << "sizeof Packet_Serving_Cell_Data_t             " << 
sizeof(Packet_Serving_Cell_Data_t) << endl;
-       cout << "sizeof Packet_Paging_Request_t                " << 
sizeof(Packet_Paging_Request_t) << endl;
-       cout << "sizeof Packet_PDCH_Release_t                  " << 
sizeof(Packet_PDCH_Release_t) << endl;
-       cout << "sizeof Packet_Polling_Request_t               " << 
sizeof(Packet_Polling_Request_t) << endl;
-       cout << "sizeof Packet_Power_Control_Timing_Advance_t  " << 
sizeof(Packet_Power_Control_Timing_Advance_t) << endl;
-       cout << "sizeof Packet_PRACH_Parameters_t              " << 
sizeof(Packet_PRACH_Parameters_t) << endl;
-       cout << "sizeof Packet_Queueing_Notification_t         " << 
sizeof(Packet_Queueing_Notification_t) << endl;
-       cout << "sizeof Packet_Timeslot_Reconfigure_t          " << 
sizeof(Packet_Timeslot_Reconfigure_t) << endl;
-       cout << "sizeof Packet_TBF_Release_t                   " << 
sizeof(Packet_TBF_Release_t) << endl;
-       cout << "sizeof Packet_Uplink_Ack_Nack_t               " << 
sizeof(Packet_Uplink_Ack_Nack_t) << endl;
-       cout << "sizeof Packet_Uplink_Assignment_t             " << 
sizeof(Packet_Uplink_Assignment_t) << endl;
-       cout << "sizeof Packet_Cell_Change_Continue_t          " << 
sizeof(Packet_Cell_Change_Continue_t) << endl;
-       cout << "sizeof Packet_Handover_Command_t              " << 
sizeof(Packet_Handover_Command_t) << endl;
-       cout << "sizeof Packet_PhysicalInformation_t           " << 
sizeof(Packet_PhysicalInformation_t) << endl;
-       cout << "sizeof Packet_Downlink_Dummy_Control_Block_t  " << 
sizeof(Packet_Downlink_Dummy_Control_Block_t) << endl;
-       cout << "sizeof PSI1_t                " << sizeof(PSI1_t) << endl;
-       cout << "sizeof PSI2_t                " << sizeof(PSI2_t) << endl;
-       cout << "sizeof PSI3_t                " << sizeof(PSI3_t) << endl;
-       cout << "sizeof PSI3_BIS_t            " << sizeof(PSI3_BIS_t) << endl;
-       cout << "sizeof PSI4_t                " << sizeof(PSI4_t) << endl;
-       cout << "sizeof PSI13_t               " << sizeof(PSI13_t) << endl;
-       cout << "sizeof PSI5_t                " << sizeof(PSI5_t) << endl;
-}
-
 void testRlcMacDownlink(void *test_ctx)
 {
        printf("*** %s ***\n", __func__);
@@ -872,7 +824,6 @@
        log_set_print_level(osmo_stderr_target, 1);
        log_set_use_color(osmo_stderr_target, 0);

-       //printSizeofRLCMAC();
        testRlcMacDownlink(ctx);
        testRlcMacUplink(ctx);
        testCsnLeftAlignedVarBmpBounds(ctx);

--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/28952
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I4858d1cb0c4ffb0a152b1d975e30d50efa6296a7
Gerrit-Change-Number: 28952
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to