LibIot_VxLTE_Functions.ttcn 31.9 KB
Newer Older
Bostjan Pintar's avatar
Bostjan Pintar committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607
/*
 *	@author        STF	574
 *	@version        $Id: LibIot_VxLTE_Functions.ttcn	1	2020-05-29 15:06:42Z pintar	$
 *	@desc        This module	provides Functions parameters	which	need to	be 
 *            	changeable within	validation
 */

module LibIot_VxLTE_Functions     {
 
    import from LibIot_TypesAndValues
    {
        type IOTExecMode,	IotVerdictType,	CaptureMode, RecordMode, FileList, TimeOffset, EutInterfaceInfoList,
        ProtocolFilter,	IpAddress, PortNumber, ProductList, InterfaceAvailable, InterfaceAvailableList,MonitorInterfaceInfo,
        VxLTEMonitorInterfaceList;
	}
	import from AtsImsIot_Templates {
        template	/*m_generalConfigurationReq_offline, m_generalConfigurationReq_online, m_generalConfigurationReq_merge,
                    m_generalConfigurationRsp_success, m_generalConfigurationRsp_error, m_generalConfigurationRsp_timeout,*/
                    m_SetFilterReq/*, mw_SetFilterRsp, m_startTrafficCaptureReq, m_stopTrafficCaptureReq,
                    m_startTrafficCaptureRsp_any, m_stopTrafficCaptureRsp_any*/; 
    }
    import from LibIot_VxLTE_PIXITS all;
    import from LibIot_VxLTE_Templates all;
    
    import from AtsImsIot_TestConfiguration all; 
    import from AtsImsIot_TestSystem all;
    
    type record of charstring InterfaceNamesList;
    group ConfigurationFunctions{
        /**
        * @desc 	Check and create a list of monitor interfaces based on PIXITS
        * @param 	 
        * @return 	the created monitor component list in vc_MonIntfList
        */
        function f_setVxLteMonIterfacesAvailability(/*inout VxLTEMonitorInterfaceList p_vxlteMonIntfList*/)runs on ImsTestCoordinator{
            
            
            if (PX_SIP_GMA_MONITORENABLED == true){
                //p_vxlteMonIntfList.gmA := valueof(m_MonIntf_Sip_Gm_A);
                vc_MonIntfList.gmA := valueof(m_MonIntf_Sip_Gm_A);
            }
            if (PX_SIP_GMB_MONITORENABLED == true){
                vc_MonIntfList.gmB := valueof(m_MonIntf_Sip_Gm_B);
            }
            if (PX_SIP_IC_MONITORENABLED == true){
                vc_MonIntfList.ic := valueof(m_MonIntf_Sip_Ic);
            }
            if (PX_SIP_MW_PI_MONITORENABLED == true){
                vc_MonIntfList.mwPI := valueof(m_MonIntf_Sip_Mw_PI);
            }
            if (PX_SIP_MW_PS_MONITORENABLED == true){
                vc_MonIntfList.mwPS := valueof(m_MonIntf_Sip_Mw_PS);
            }
            if (PX_SIP_MW_IS_MONITORENABLED == true){
                vc_MonIntfList.mwIS := valueof(m_MonIntf_Sip_Mw_IS);
            }
            if (PX_SIP_MW_PB_MONITORENABLED == true){
                vc_MonIntfList.mwPB := valueof(m_MonIntf_Sip_Mw_PB);
            }
            if (PX_SIP_MW_IB_MONITORENABLED == true){
                vc_MonIntfList.mwIB := valueof(m_MonIntf_Sip_Mw_IB);
            }
            if (PX_SIP_ISC_MONITORENABLED == true){
                vc_MonIntfList.isc := valueof(m_MonIntf_Sip_ISC);
            }
    
    
    
            if (PX_DIAMETER_CX_IH_MONITORENABLED == true){
                vc_MonIntfList.cxIH := valueof(m_MonIntf_Diameter_Cx_IH);
            }
            if (PX_DIAMETER_CX_SH_MONITORENABLED == true){
                vc_MonIntfList.cxSH := valueof(m_MonIntf_Diameter_Cx_SH);
            }
            if (PX_DIAMETER_GX_MONITORENABLED == true){
                vc_MonIntfList.gx := valueof(m_MonIntf_Diameter_Gx);
            }
            if (PX_DIAMETER_RX_MONITORENABLED == true){
                vc_MonIntfList.rx := valueof(m_MonIntf_Diameter_Rx);
            }
            if (PX_DIAMETER_S6A_MONITORENABLED == true){
                vc_MonIntfList.s6a := valueof(m_MonIntf_Diameter_S6a);
            }
            if (PX_DIAMETER_S9_MONITORENABLED == true){
                vc_MonIntfList.s9 := valueof(m_MonIntf_Diameter_S9);
            }
            if (PX_DIAMETER_SH_MONITORENABLED == true){
                vc_MonIntfList.sh := valueof(m_MonIntf_Diameter_Sh);
            }	
            
        }
        
        /**
        * @desc 	Create monitor components based on vc_MonIntfList
        * @param 	 
        * @return 	the created monitor components in vc_vxlte_monitor_components
        */
        function f_cf_createVxLteMonitor() runs on ImsTestCoordinator{
            
            if (isvalue(vc_MonIntfList.gmA)){
                vc_vxlte_monitor_components.gmA := f_cf_create_monitor_sip ( vc_MonIntfList.gmA);
            }
            if (isvalue(vc_MonIntfList.gmB)){
                vc_vxlte_monitor_components.gmB := f_cf_create_monitor_sip ( vc_MonIntfList.gmB);
            }
            
            if (isvalue(vc_MonIntfList.ic)){
                vc_vxlte_monitor_components.ic := f_cf_create_monitor_sip ( vc_MonIntfList.ic);
            }
                    
            if (isvalue(vc_MonIntfList.mwPI)){
                vc_vxlte_monitor_components.mwPI := f_cf_create_monitor_sip ( vc_MonIntfList.mwPI);
            }
            if (isvalue(vc_MonIntfList.mwPS)){
                vc_vxlte_monitor_components.mwPS := f_cf_create_monitor_sip ( vc_MonIntfList.mwPS);
            }
            if (isvalue(vc_MonIntfList.mwIS)){
                vc_vxlte_monitor_components.mwIS := f_cf_create_monitor_sip ( vc_MonIntfList.mwIS);
            }
            if (isvalue(vc_MonIntfList.mwPB)){
                vc_vxlte_monitor_components.mwPB := f_cf_create_monitor_sip ( vc_MonIntfList.mwPB);
            }
            if (isvalue(vc_MonIntfList.mwIB)){
                vc_vxlte_monitor_components.mwIB := f_cf_create_monitor_sip ( vc_MonIntfList.mwIB);
            }
            
            if (isvalue(vc_MonIntfList.isc)){
                vc_vxlte_monitor_components.isc := f_cf_create_monitor_sip ( vc_MonIntfList.isc);
            }
            
            
            
            if (isvalue(vc_MonIntfList.cxIH)){
                vc_vxlte_monitor_components.cxIH := f_cf_create_monitor_diameter ( vc_MonIntfList.cxIH);
            }
            if (isvalue(vc_MonIntfList.cxSH)){
                vc_vxlte_monitor_components.cxSH := f_cf_create_monitor_diameter ( vc_MonIntfList.cxSH);
            }
            if (isvalue(vc_MonIntfList.gx)){
                vc_vxlte_monitor_components.gx := f_cf_create_monitor_diameter ( vc_MonIntfList.gx);
            }
            if (isvalue(vc_MonIntfList.rx)){
                vc_vxlte_monitor_components.rx := f_cf_create_monitor_diameter ( vc_MonIntfList.rx);
            }
            if (isvalue(vc_MonIntfList.s6a)){
                vc_vxlte_monitor_components.s6a := f_cf_create_monitor_diameter ( vc_MonIntfList.s6a);
            }
            if (isvalue(vc_MonIntfList.s9)){
                vc_vxlte_monitor_components.s9 := f_cf_create_monitor_diameter ( vc_MonIntfList.s9);
            }
            if (isvalue(vc_MonIntfList.sh)){
                vc_vxlte_monitor_components.sh := f_cf_create_monitor_diameter ( vc_MonIntfList.sh);
            }        
        }
        
        /**
        * @desc 	Start monitor components based on vc_MonIntfList
        * @param 	 
        * @return 	Created monitor components in vc_vxlte_monitor_components are connected/mapped
        */
        function f_cf_VxLteMonitor_Up() runs on ImsTestCoordinator{
	        //Initialize the Adapter (including the TrafficCapture process).
            timer tc_noAct;
            f_cf_initCapture();
            
            if (isvalue(vc_MonIntfList.gmA)){
                f_cf_monitor_up_sip(vc_vxlte_monitor_components.gmA);
                vc_vxlte_monitor_components.gmA.start(f_cf_setFilter(
                                                       	valueof (m_SetFilterReq(
                                                                       e_sip,
                                                                       {vc_MonIntfList.gmA.interfaceInfo}
                                                       	)
                                                   	 )));
            }
            if (isvalue(vc_MonIntfList.gmB)){
                f_cf_monitor_up_sip(vc_vxlte_monitor_components.gmB);
                vc_vxlte_monitor_components.gmB.start(f_cf_setFilter(
                                                        valueof (m_SetFilterReq(
                                                                    e_sip,
                                                                    {vc_MonIntfList.gmB.interfaceInfo}
                                                        )
                                                     )));
            }
            
            if (isvalue(vc_MonIntfList.ic)){
                f_cf_monitor_up_sip(vc_vxlte_monitor_components.ic);
                vc_vxlte_monitor_components.ic.start(f_cf_setFilter(
                                                        valueof (m_SetFilterReq(
                                                                    e_sip,
                                                                    {vc_MonIntfList.ic.interfaceInfo}
                                                        )
                                                     )));
            }
                    
            if (isvalue(vc_MonIntfList.mwPI)){
                f_cf_monitor_up_sip(vc_vxlte_monitor_components.mwPI);
                vc_vxlte_monitor_components.mwPI.start(f_cf_setFilter(
                                                        valueof (m_SetFilterReq(
                                                                    e_sip,
                                                                    {vc_MonIntfList.mwPI.interfaceInfo}
                                                        )
                                                     )));
            }
            if (isvalue(vc_MonIntfList.mwPS)){
                f_cf_monitor_up_sip(vc_vxlte_monitor_components.mwPS);
                vc_vxlte_monitor_components.mwPS.start(f_cf_setFilter(
                                                        valueof (m_SetFilterReq(
                                                                    e_sip,
                                                                    {vc_MonIntfList.mwPS.interfaceInfo}
                                                        )
                                                     )));
            }
            if (isvalue(vc_MonIntfList.mwIS)){
                f_cf_monitor_up_sip(vc_vxlte_monitor_components.mwIS);
                vc_vxlte_monitor_components.mwIS.start(f_cf_setFilter(
                                                        valueof (m_SetFilterReq(
                                                                    e_sip,
                                                                    {vc_MonIntfList.mwIS.interfaceInfo}
                                                        )
                                                     )));
            }
            if (isvalue(vc_MonIntfList.mwPB)){
                f_cf_monitor_up_sip(vc_vxlte_monitor_components.mwPB);
                vc_vxlte_monitor_components.mwPB.start(f_cf_setFilter(
                                                        valueof (m_SetFilterReq(
                                                                    e_sip,
                                                                    {vc_MonIntfList.mwPB.interfaceInfo}
                                                        )
                                                     )));
            }
            if (isvalue(vc_MonIntfList.mwIB)){
                f_cf_monitor_up_sip(vc_vxlte_monitor_components.mwIB);
                vc_vxlte_monitor_components.mwIB.start(f_cf_setFilter(
                                                        valueof (m_SetFilterReq(
                                                                    e_sip,
                                                                    {vc_MonIntfList.mwIB.interfaceInfo}
                                                        )
                                                     )));
            }
            
            if (isvalue(vc_MonIntfList.isc)){
                f_cf_monitor_up_sip(vc_vxlte_monitor_components.isc);
                vc_vxlte_monitor_components.isc.start(f_cf_setFilter(
                                                        valueof (m_SetFilterReq(
                                                                    e_sip,
                                                                    {vc_MonIntfList.isc.interfaceInfo}
                                                        )
                                                     )));
            }
            
            
            
            if (isvalue(vc_MonIntfList.cxIH)){
                f_cf_monitor_up_diameter(vc_vxlte_monitor_components.cxIH);
                vc_vxlte_monitor_components.cxIH.start(f_cf_setFilter(
                                                        valueof (m_SetFilterReq(
                                                                    e_diameter,
                                                                    {vc_MonIntfList.cxIH.interfaceInfo}
                                                        )
                                                     )));
            }
            if (isvalue(vc_MonIntfList.cxSH)){
                f_cf_monitor_up_diameter(vc_vxlte_monitor_components.cxSH);
                vc_vxlte_monitor_components.cxSH.start(f_cf_setFilter(
                                                        valueof (m_SetFilterReq(
                                                                    e_diameter,
                                                                    {vc_MonIntfList.cxSH.interfaceInfo}
                                                        )
                                                     )));
            }
            if (isvalue(vc_MonIntfList.gx)){
                f_cf_monitor_up_diameter(vc_vxlte_monitor_components.gx);
                vc_vxlte_monitor_components.gx.start(f_cf_setFilter(
                                                        valueof (m_SetFilterReq(
                                                                    e_diameter,
                                                                    {vc_MonIntfList.gx.interfaceInfo}
                                                        )
                                                     )));
            }
            if (isvalue(vc_MonIntfList.rx)){
                f_cf_monitor_up_diameter(vc_vxlte_monitor_components.rx);
                vc_vxlte_monitor_components.rx.start(f_cf_setFilter(
                                                        valueof (m_SetFilterReq(
                                                                    e_diameter,
                                                                    {vc_MonIntfList.rx.interfaceInfo}
                                                        )
                                                     )));
            }
            if (isvalue(vc_MonIntfList.s6a)){
                f_cf_monitor_up_diameter(vc_vxlte_monitor_components.s6a);
                vc_vxlte_monitor_components.s6a.start(f_cf_setFilter(
                                                        valueof (m_SetFilterReq(
                                                                    e_diameter,
                                                                    {vc_MonIntfList.s6a.interfaceInfo}
                                                        )
                                                     )));
            }
            if (isvalue(vc_MonIntfList.s9)){
                f_cf_monitor_up_diameter(vc_vxlte_monitor_components.s9);
                vc_vxlte_monitor_components.s9.start(f_cf_setFilter(
                                                        valueof (m_SetFilterReq(
                                                                    e_diameter,
                                                                    {vc_MonIntfList.s9.interfaceInfo}
                                                        )
                                                     )));
            }
            if (isvalue(vc_MonIntfList.sh)){
                f_cf_monitor_up_diameter(vc_vxlte_monitor_components.sh);
                vc_vxlte_monitor_components.sh.start(f_cf_setFilter(
                                                        valueof (m_SetFilterReq(
                                                                    e_diameter,
                                                                    {vc_MonIntfList.sh.interfaceInfo}
                                                        )
                                                     )));
            }
            
            tc_noAct.start(3.0);
            alt {
                [] tc_noAct.timeout {
                }
            }
            f_cf_startCapture();
        }
        
        /**
        * @desc 	Stops monitor components based on vc_MonIntfList
        * @param 	 
        * @return 	Created monitor components in vc_vxlte_monitor_components are disconnected/unmapped
        */
        function f_cf_VxLteMonitor_Down() runs on ImsTestCoordinator{
            //Stop traffic capture processing.
            f_cf_stopCapture();
            
            if (isvalue(vc_MonIntfList.gmA)){
                f_cf_monitor_down_sip(vc_vxlte_monitor_components.gmA);
            }
            if (isvalue(vc_MonIntfList.gmB)){
                f_cf_monitor_down_sip(vc_vxlte_monitor_components.gmB);
            }
        
            if (isvalue(vc_MonIntfList.ic)){
                f_cf_monitor_down_sip(vc_vxlte_monitor_components.ic);
            }
                
            if (isvalue(vc_MonIntfList.mwPI)){
                f_cf_monitor_down_sip(vc_vxlte_monitor_components.mwPI);
            }
            if (isvalue(vc_MonIntfList.mwPS)){
                f_cf_monitor_down_sip(vc_vxlte_monitor_components.mwPS);
            }
            if (isvalue(vc_MonIntfList.mwIS)){
                f_cf_monitor_down_sip(vc_vxlte_monitor_components.mwIS);
            }
            if (isvalue(vc_MonIntfList.mwPB)){
                f_cf_monitor_down_sip(vc_vxlte_monitor_components.mwPB);
            }
            if (isvalue(vc_MonIntfList.mwIB)){
                f_cf_monitor_down_sip(vc_vxlte_monitor_components.mwIB);
            }
        
            if (isvalue(vc_MonIntfList.isc)){
                f_cf_monitor_down_sip(vc_vxlte_monitor_components.isc);
            }
        
        
        
            if (isvalue(vc_MonIntfList.cxIH)){
                f_cf_monitor_down_diameter(vc_vxlte_monitor_components.cxIH);
            }
            if (isvalue(vc_MonIntfList.cxSH)){
                f_cf_monitor_down_diameter(vc_vxlte_monitor_components.cxSH);
            }
            if (isvalue(vc_MonIntfList.gx)){
                f_cf_monitor_down_diameter(vc_vxlte_monitor_components.gx);
            }
            if (isvalue(vc_MonIntfList.rx)){
                f_cf_monitor_down_diameter(vc_vxlte_monitor_components.rx);
            }
            if (isvalue(vc_MonIntfList.s6a)){
                f_cf_monitor_down_diameter(vc_vxlte_monitor_components.s6a);
            }
            if (isvalue(vc_MonIntfList.s9)){
                f_cf_monitor_down_diameter(vc_vxlte_monitor_components.s9);
            }
            if (isvalue(vc_MonIntfList.sh)){
                f_cf_monitor_down_diameter(vc_vxlte_monitor_components.sh);
            }
        }
    }//end group ConfigurationFunctions
    group CheckFunctions{
        
        /**
        * @desc     Check monitor components based on interfaces names
        * @param     
        * @return   true - Monitorinteface available/active
        *           false - Monitorinteface not exists or not available/active
        */
        function f_checkVxLteRequiredMonitorInterface(InterfaceNamesList p_interfaces) runs on ImsTestCoordinator return boolean{
            var integer v_len:=lengthof(p_interfaces);
            var integer i:=0;
            var boolean v_check := false;
            
            if (v_len>0){
                for(i:=0;i<v_len;i:=i+1){
                    v_check := v_check or f_SipMonitorInterface_available(p_interfaces[i]) or f_DiameterMonitorInterface_available(p_interfaces[i]);
                }
            }
            else{//condition of required list of interfaces not meet
                return v_check; 
            }
            return v_check;
        }
        
        /**
        * @desc     Check monitor component based on interface name
        * @param 	 
        * @return 	true - Monitorinteface available/active
        *             false - Monitorinteface not exists or not available/active
        */
        function f_SipMonitorInterface_available(charstring p_interfaceName) runs on ImsTestCoordinator return boolean{

//            if (vc_vxlte_monitor_components.gmA.vc_interfacename) {return true;}
            if ((isvalue(vc_MonIntfList.gmA))  and (vc_MonIntfList.gmA.interfaceName==p_interfaceName)){ return true;}
            if ((isvalue(vc_MonIntfList.gmB))  and (vc_MonIntfList.gmB.interfaceName==p_interfaceName)){ return true;}

            if ((isvalue(vc_MonIntfList.ic))   and (vc_MonIntfList.ic.interfaceName==p_interfaceName)){ return true;}

            if ((isvalue(vc_MonIntfList.mwPI)) and (vc_MonIntfList.mwPI.interfaceName==p_interfaceName)){ return true;}
            if ((isvalue(vc_MonIntfList.mwPS)) and (vc_MonIntfList.mwPS.interfaceName==p_interfaceName)){ return true;}
            if ((isvalue(vc_MonIntfList.mwIS)) and (vc_MonIntfList.mwIS.interfaceName==p_interfaceName)){ return true;}
            if ((isvalue(vc_MonIntfList.mwPB)) and (vc_MonIntfList.mwPB.interfaceName==p_interfaceName)){ return true;}
            if ((isvalue(vc_MonIntfList.mwIB)) and (vc_MonIntfList.mwIB.interfaceName==p_interfaceName)){ return true;}

            if ((isvalue(vc_MonIntfList.isc))  and (vc_MonIntfList.isc.interfaceName==p_interfaceName)){ return true;}
                    
            return false;
        }
        
        /**
        * @desc 	Check monitor component based on interface name
        * @param 	 
        * @return 	true - Monitorinteface available/active
        *             false - Monitorinteface not exists or not available/active
        */
        function f_DiameterMonitorInterface_available(charstring p_interfaceName) runs on ImsTestCoordinator return boolean{

            if ((isvalue(vc_MonIntfList.cxIH)) and (vc_MonIntfList.cxIH.interfaceName==p_interfaceName)){ return true;}
            if ((isvalue(vc_MonIntfList.cxSH)) and (vc_MonIntfList.cxSH.interfaceName==p_interfaceName)){ return true;}
            
            if ((isvalue(vc_MonIntfList.gx))   and (vc_MonIntfList.gx.interfaceName==p_interfaceName)){ return true;}
            if ((isvalue(vc_MonIntfList.rx))   and (vc_MonIntfList.rx.interfaceName==p_interfaceName)){ return true;}
            if ((isvalue(vc_MonIntfList.s6a))  and (vc_MonIntfList.s6a.interfaceName==p_interfaceName)){ return true;}
            if ((isvalue(vc_MonIntfList.s9))   and (vc_MonIntfList.s9.interfaceName==p_interfaceName)){ return true;}
            
            if ((isvalue(vc_MonIntfList.sh))   and (vc_MonIntfList.sh.interfaceName==p_interfaceName)){ return true;}
            
            return false;
        }
        
    }
    group temporary_functions{    
    function f_check_and_setup_monitor_interfaces() runs on ImsTestCoordinator{
        
        var InterfaceAvailableList v_VxLTE_MonIntf_Available;
        var InterfaceAvailable v_InterfaceAvailable;
        var SipInterfaceMonitor v_gmA, v_gmB, v_ic, v_mwPI, v_mwPS, v_mwSI, v_mwPB, v_mwIB, v_isc;
        var DiameterInterfaceMonitor v_cxIH, v_cxSH, v_gx, v_rx, v_s6a, v_s9, v_sh;
        
        if (PX_SIP_GMA_MONITORENABLED == true){
            v_InterfaceAvailable.interfaceName := PX_SIP_GMA_INTERFACENAME; 
            v_InterfaceAvailable.available := PX_SIP_GMA_MONITORENABLED;
            v_VxLTE_MonIntf_Available := f_update_MonitorInterfaceList(v_VxLTE_MonIntf_Available,v_InterfaceAvailable);
            v_gmA := f_cf_create_monitor_sip ( valueof(m_MonIntf_Sip_Gm_A)/*PX_SIP_GMA_INTERFACENAME*/ );
            f_cf_monitor_up_sip(v_gmA);
        }
        if (PX_SIP_GMB_MONITORENABLED == true){
            v_InterfaceAvailable.interfaceName := PX_SIP_GMB_INTERFACENAME; 
            v_InterfaceAvailable.available := PX_SIP_GMB_MONITORENABLED;
            v_VxLTE_MonIntf_Available := f_update_MonitorInterfaceList(v_VxLTE_MonIntf_Available,v_InterfaceAvailable);
            v_gmB := f_cf_create_monitor_sip (  valueof(m_MonIntf_Sip_Gm_B)/*PX_SIP_GMB_INTERFACENAME*/ );
            f_cf_monitor_up_sip(v_gmB);
        }
        if (PX_SIP_IC_MONITORENABLED == true){
            v_InterfaceAvailable.interfaceName := PX_SIP_IC_INTERFACENAME; 
            v_InterfaceAvailable.available := PX_SIP_IC_MONITORENABLED;
            v_VxLTE_MonIntf_Available := f_update_MonitorInterfaceList(v_VxLTE_MonIntf_Available,v_InterfaceAvailable);
            v_ic := f_cf_create_monitor_sip (  valueof(m_MonIntf_Sip_Ic)/*PX_SIP_IC_INTERFACENAME*/ );
            f_cf_monitor_up_sip(v_ic);
        }
        if (PX_SIP_MW_PI_MONITORENABLED == true){
            
            v_InterfaceAvailable.interfaceName := PX_SIP_MW_PI_INTERFACENAME; 
            v_InterfaceAvailable.available := PX_SIP_MW_PI_MONITORENABLED;
            v_VxLTE_MonIntf_Available := f_update_MonitorInterfaceList(v_VxLTE_MonIntf_Available,v_InterfaceAvailable);
            v_mwPI := f_cf_create_monitor_sip (  valueof(m_MonIntf_Sip_Mw_PI)/*PX_SIP_MW_PI_INTERFACENAME*/ );
            f_cf_monitor_up_sip(v_mwPI);
        }
        if (PX_SIP_MW_PS_MONITORENABLED == true){
            v_InterfaceAvailable.interfaceName := PX_SIP_MW_PS_INTERFACENAME; 
            v_InterfaceAvailable.available := PX_SIP_MW_PS_MONITORENABLED;
            v_VxLTE_MonIntf_Available := f_update_MonitorInterfaceList(v_VxLTE_MonIntf_Available,v_InterfaceAvailable);
            v_mwPS := f_cf_create_monitor_sip ( valueof(m_MonIntf_Sip_Mw_PS)/*PX_SIP_MW_PS_INTERFACENAME*/ );
            f_cf_monitor_up_sip(v_mwPS);
        }
        if (PX_SIP_MW_IS_MONITORENABLED == true){
            v_InterfaceAvailable.interfaceName := PX_SIP_MW_IS_INTERFACENAME; 
            v_InterfaceAvailable.available := PX_SIP_MW_IS_MONITORENABLED;
            v_VxLTE_MonIntf_Available := f_update_MonitorInterfaceList(v_VxLTE_MonIntf_Available,v_InterfaceAvailable);
            v_mwSI := f_cf_create_monitor_sip ( valueof(m_MonIntf_Sip_Mw_IS)/*PX_SIP_MW_IS_INTERFACENAME*/ );
            f_cf_monitor_up_sip(v_mwSI);
        }
        if (PX_SIP_MW_PB_MONITORENABLED == true){
            v_InterfaceAvailable.interfaceName := PX_SIP_MW_PB_INTERFACENAME; 
            v_InterfaceAvailable.available := PX_SIP_MW_PB_MONITORENABLED;
            v_VxLTE_MonIntf_Available := f_update_MonitorInterfaceList(v_VxLTE_MonIntf_Available,v_InterfaceAvailable);
            v_mwPB := f_cf_create_monitor_sip ( valueof(m_MonIntf_Sip_Mw_PB)/*PX_SIP_MW_PB_INTERFACENAME*/ );
            f_cf_monitor_up_sip(v_mwPB);
        }
        if (PX_SIP_MW_IB_MONITORENABLED == true){
            v_InterfaceAvailable.interfaceName := PX_SIP_MW_IB_INTERFACENAME; 
            v_InterfaceAvailable.available := PX_SIP_MW_IB_MONITORENABLED;
            v_VxLTE_MonIntf_Available := f_update_MonitorInterfaceList(v_VxLTE_MonIntf_Available,v_InterfaceAvailable);
            v_mwIB := f_cf_create_monitor_sip ( valueof(m_MonIntf_Sip_Mw_IB)/*PX_SIP_MW_IB_INTERFACENAME*/ );
            f_cf_monitor_up_sip(v_mwIB);
        }
        if (PX_SIP_ISC_MONITORENABLED == true){
            v_InterfaceAvailable.interfaceName := PX_SIP_ISC_INTERFACENAME; 
            v_InterfaceAvailable.available := PX_SIP_ISC_MONITORENABLED;
            v_VxLTE_MonIntf_Available := f_update_MonitorInterfaceList(v_VxLTE_MonIntf_Available,v_InterfaceAvailable);
            v_isc := f_cf_create_monitor_sip ( valueof(m_MonIntf_Sip_ISC)/*PX_SIP_ISC_INTERFACENAME*/ );
            f_cf_monitor_up_sip(v_isc);
        }
        
        
        
        if (PX_DIAMETER_CX_IH_MONITORENABLED == true){
            v_InterfaceAvailable.interfaceName := PX_DIAMETER_CX_IH_INTERFACENAME; 
            v_InterfaceAvailable.available := PX_DIAMETER_CX_IH_MONITORENABLED;
            v_VxLTE_MonIntf_Available := f_update_MonitorInterfaceList(v_VxLTE_MonIntf_Available,v_InterfaceAvailable);
            v_cxIH := f_cf_create_monitor_diameter ( valueof(m_MonIntf_Diameter_Cx_IH)/*PX_DIAMETER_CX_IH_INTERFACENAME*/ );
            f_cf_monitor_up_diameter(v_cxIH);
        }
        if (PX_DIAMETER_CX_SH_MONITORENABLED == true){
            v_InterfaceAvailable.interfaceName := PX_DIAMETER_CX_SH_INTERFACENAME; 
            v_InterfaceAvailable.available := PX_DIAMETER_CX_SH_MONITORENABLED;
            v_VxLTE_MonIntf_Available := f_update_MonitorInterfaceList(v_VxLTE_MonIntf_Available,v_InterfaceAvailable);
            v_cxSH := f_cf_create_monitor_diameter (  valueof(m_MonIntf_Diameter_Cx_SH)/*PX_DIAMETER_CX_SH_INTERFACENAME*/ );
            f_cf_monitor_up_diameter(v_cxSH);
        }
        if (PX_DIAMETER_GX_MONITORENABLED == true){
            v_InterfaceAvailable.interfaceName := PX_DIAMETER_GX_INTERFACENAME; 
            v_InterfaceAvailable.available := PX_DIAMETER_GX_MONITORENABLED;
            v_VxLTE_MonIntf_Available := f_update_MonitorInterfaceList(v_VxLTE_MonIntf_Available,v_InterfaceAvailable);
            v_gx := f_cf_create_monitor_diameter (  valueof(m_MonIntf_Diameter_Gx)/*PX_DIAMETER_GX_INTERFACENAME*/ );
            f_cf_monitor_up_diameter(v_gx);
        }
        if (PX_DIAMETER_RX_MONITORENABLED == true){
            v_InterfaceAvailable.interfaceName := PX_DIAMETER_RX_INTERFACENAME; 
            v_InterfaceAvailable.available := PX_DIAMETER_RX_MONITORENABLED;
            v_VxLTE_MonIntf_Available := f_update_MonitorInterfaceList(v_VxLTE_MonIntf_Available,v_InterfaceAvailable);
            v_rx := f_cf_create_monitor_diameter (  valueof(m_MonIntf_Diameter_Rx)/*PX_DIAMETER_RX_INTERFACENAME*/ );
            f_cf_monitor_up_diameter(v_rx);
        }
        if (PX_DIAMETER_S6A_MONITORENABLED == true){
            v_InterfaceAvailable.interfaceName := PX_DIAMETER_S6A_INTERFACENAME; 
            v_InterfaceAvailable.available := PX_DIAMETER_S6A_MONITORENABLED;
            v_VxLTE_MonIntf_Available := f_update_MonitorInterfaceList(v_VxLTE_MonIntf_Available,v_InterfaceAvailable);
            v_s6a := f_cf_create_monitor_diameter (  valueof(m_MonIntf_Diameter_S6a)/*PX_DIAMETER_S6A_INTERFACENAME*/ );
            f_cf_monitor_up_diameter(v_s6a);
        }
        if (PX_DIAMETER_S9_MONITORENABLED == true){
            v_InterfaceAvailable.interfaceName := PX_DIAMETER_S9_INTERFACENAME; 
            v_InterfaceAvailable.available := PX_DIAMETER_S9_MONITORENABLED;
            v_VxLTE_MonIntf_Available := f_update_MonitorInterfaceList(v_VxLTE_MonIntf_Available,v_InterfaceAvailable);
            v_s9 := f_cf_create_monitor_diameter (  valueof(m_MonIntf_Diameter_S9)/*PX_DIAMETER_S9_INTERFACENAME*/ );
            f_cf_monitor_up_diameter(v_s9);
        }
        if (PX_DIAMETER_SH_MONITORENABLED == true){
            v_InterfaceAvailable.interfaceName := PX_DIAMETER_SH_INTERFACENAME; 
            v_InterfaceAvailable.available := PX_DIAMETER_SH_MONITORENABLED;
            v_VxLTE_MonIntf_Available := f_update_MonitorInterfaceList(v_VxLTE_MonIntf_Available,v_InterfaceAvailable);
            v_sh := f_cf_create_monitor_diameter (  valueof(m_MonIntf_Diameter_Sh)/*PX_DIAMETER_SH_INTERFACENAME*/ );
            f_cf_monitor_up_diameter(v_sh);
        }	
    }
    
    function f_update_MonitorInterfaceList(
                in InterfaceAvailableList p_MI_List,
                in InterfaceAvailable p_MI
            )
            return InterfaceAvailableList  {
                var InterfaceAvailable v_IntfAvail;
                var InterfaceAvailableList v_MI_List := p_MI_List;
                var integer v_size_mi_list := lengthof(v_MI_List);
                var integer v_size_mi_updated := v_size_mi_list + 1;
                var InterfaceAvailableList v_MI_List_updated;
                var integer i;

                for (i := 0; i < v_size_mi_updated; i := i + 1) {
                    v_MI_List_updated[i] := v_MI_List[i];
                }
                v_MI_List_updated[v_size_mi_updated] := p_MI;
                
                return (v_MI_List_updated);
            }
    }
}