Loading ttcn3/LibS1AP/LibS1AP_Pixits.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ module LibS1AP_Pixits { * @desc The TAC is used to uniquely identify a Tracking Area Code. * @see ETSI TS 136 413 Clause 9.2.3.7 TAC */ modulepar TAC PX_TAC := '0000'O; modulepar TAC PX_TACode := '0000'O; /** * @desc The MME Group ID. Loading ttcn3/LibS1AP/LibS1AP_Steps.ttcn +9 −0 Original line number Diff line number Diff line Loading @@ -1908,6 +1908,15 @@ module LibS1AP_Steps { // Nothing to do } // End of function f_postambleS1AP_eNB /** * @desc * @verdict */ function f_postambleS1AP_MME() runs on S1APComponent { // Nothing to do } // End of function f_postambleS1AP_MME } // End of group postamble_S1AP } // End of group postambles Loading Loading
ttcn3/LibS1AP/LibS1AP_Pixits.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ module LibS1AP_Pixits { * @desc The TAC is used to uniquely identify a Tracking Area Code. * @see ETSI TS 136 413 Clause 9.2.3.7 TAC */ modulepar TAC PX_TAC := '0000'O; modulepar TAC PX_TACode := '0000'O; /** * @desc The MME Group ID. Loading
ttcn3/LibS1AP/LibS1AP_Steps.ttcn +9 −0 Original line number Diff line number Diff line Loading @@ -1908,6 +1908,15 @@ module LibS1AP_Steps { // Nothing to do } // End of function f_postambleS1AP_eNB /** * @desc * @verdict */ function f_postambleS1AP_MME() runs on S1APComponent { // Nothing to do } // End of function f_postambleS1AP_MME } // End of group postamble_S1AP } // End of group postambles Loading