Commit e955c271 authored by Yann Garcia's avatar Yann Garcia
Browse files

Add missing TTCN-3 modules

parent 5b6d52e0
Loading
Loading
Loading
Loading
Changes for titan-test-system-framework: 1 added line, 1 removed line.
Original line number Diff line number Diff line
Subproject commit 42acd2490f13d824deecdd393c4da8ebba63f38d
Subproject commit ed00235c4469eba2d33bbff9f96aaad8a641e84c
+28 −0
Changes for ttcn/AtsIms5gIot/AtsIms5gIot_TD_5GDRG.ttcn: 28 added lines, 0 removed lines.
Original line number Diff line number Diff line
module AtsIms5gIot_TD_5GRDRG {

    // LibCommon
    // LibSip
    // LibIms
    import from LibIms_UpperTester all;
    // LibIot
    import from LibIot_TestInterface all;
    import from LibIot_TestConfiguration all;
    import from LibIot_PIXITS all;
    import from LibIot_VxLTE_PIXITS all;
    import from LibIot_VxLTE_PIXITS all;
    import from LibIot_5GNR_PIXITS all;
    import from LibIot_5GNR_Functions all;
    // LibImsIot
    import from AtsImsIot_Functions all;
    // LibImsIot
    import from AtsImsIot_TypesAndValues all; 
    import from AtsImsIot_TestConfiguration all; 
    import from AtsImsIot_TestSystem all; 
    import from AtsImsIot_Functions all;
    import from AtsImsIot_PIXITS all;
    // Ims5gIot
    import from AtsIms5gIot_TestConfiguration all; 
    import from AtsIms5gIot_TestSystem all; 
    import from AtsIms5gIot_Functions all; 

} // End of module AtsIms5gIot_TD_5GRDRG
+28 −0
Changes for ttcn/AtsIms5gIot/AtsIms5gIot_TD_5GREG.ttcn: 28 added lines, 0 removed lines.
Original line number Diff line number Diff line
module AtsIms5gIot_TD_5GREG {

    // LibCommon
    // LibSip
    // LibIms
    import from LibIms_UpperTester all;
    // LibIot
    import from LibIot_TestInterface all;
    import from LibIot_TestConfiguration all;
    import from LibIot_PIXITS all;
    import from LibIot_VxLTE_PIXITS all;
    import from LibIot_VxLTE_PIXITS all;
    import from LibIot_5GNR_PIXITS all;
    import from LibIot_5GNR_Functions all;
    // LibImsIot
    import from AtsImsIot_Functions all;
    // LibImsIot
    import from AtsImsIot_TypesAndValues all; 
    import from AtsImsIot_TestConfiguration all; 
    import from AtsImsIot_TestSystem all; 
    import from AtsImsIot_Functions all;
    import from AtsImsIot_PIXITS all;
    // Ims5gIot
    import from AtsIms5gIot_TestConfiguration all; 
    import from AtsIms5gIot_TestSystem all; 
    import from AtsIms5gIot_Functions all; 

} // End of module AtsIms5gIot_TD_5GREG
+28 −0
Changes for ttcn/AtsIms5gIot/AtsIms5gIot_TD_DRG.ttcn: 28 added lines, 0 removed lines.
Original line number Diff line number Diff line
module AtsIms5gIot_TD_DRG {

    // LibCommon
    // LibSip
    // LibIms
    import from LibIms_UpperTester all;
    // LibIot
    import from LibIot_TestInterface all;
    import from LibIot_TestConfiguration all;
    import from LibIot_PIXITS all;
    import from LibIot_VxLTE_PIXITS all;
    import from LibIot_VxLTE_PIXITS all;
    import from LibIot_5GNR_PIXITS all;
    import from LibIot_5GNR_Functions all;
    // LibImsIot
    import from AtsImsIot_Functions all;
    // LibImsIot
    import from AtsImsIot_TypesAndValues all; 
    import from AtsImsIot_TestConfiguration all; 
    import from AtsImsIot_TestSystem all; 
    import from AtsImsIot_Functions all;
    import from AtsImsIot_PIXITS all;
    // Ims5gIot
    import from AtsIms5gIot_TestConfiguration all; 
    import from AtsIms5gIot_TestSystem all; 
    import from AtsIms5gIot_Functions all; 

} // End of module AtsIms5gIot_TD_DRG
+28 −0
Changes for ttcn/AtsIms5gIot/AtsIms5gIot_TD_FB5Gto4G.ttcn: 28 added lines, 0 removed lines.
Original line number Diff line number Diff line
module AtsIms5gIot_TD_FB5Gto4G {

    // LibCommon
    // LibSip
    // LibIms
    import from LibIms_UpperTester all;
    // LibIot
    import from LibIot_TestInterface all;
    import from LibIot_TestConfiguration all;
    import from LibIot_PIXITS all;
    import from LibIot_VxLTE_PIXITS all;
    import from LibIot_VxLTE_PIXITS all;
    import from LibIot_5GNR_PIXITS all;
    import from LibIot_5GNR_Functions all;
    // LibImsIot
    import from AtsImsIot_Functions all;
    // LibImsIot
    import from AtsImsIot_TypesAndValues all; 
    import from AtsImsIot_TestConfiguration all; 
    import from AtsImsIot_TestSystem all; 
    import from AtsImsIot_Functions all;
    import from AtsImsIot_PIXITS all;
    // Ims5gIot
    import from AtsIms5gIot_TestConfiguration all; 
    import from AtsIms5gIot_TestSystem all; 
    import from AtsIms5gIot_Functions all; 

} // End of module AtsIms5gIot_TD_FB5Gto4G
Loading