AtsImsIot_Templates_MW.ttcn 69.5 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 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893
/*
 *  @author     STF 574
 *  @version    $Id$
 *  @desc       This module provides TP related templates used at MW interface
 */
module AtsImsIot_Templates_MW {
    
    // LibCommon
    //import from LibCommon_BasicTypesAndValues all;
    //import from LibCommon_VerdictControl all;
    
    // libSip
    import from LibSip_SIPTypesAndValues all;
    import from LibSip_Templates all;
    import from LibSip_Common all;
    
    // LibIms
    import from LibIms_Templates all;
    
    //import from LibMsrp_TypesAndValues all;
    
    // LibIot
    //import from LibIot_TypesAndValues all;
    import from LibIot_PIXITS all;
    
    // AtsImsIot
    //import from AtsImsIot_TypesAndValues all;
    import from AtsImsIot_PIXITS all;
    import from AtsImsIot_Templates all;
    
    group sip_templates {
        
        template NameAddr mw_NameAddr_DispName_Tel(
                                                   template DisplayName p_displayName := *,
                                                   template(present) charstring p_number := ?
        ) := {
            displayName := p_displayName,
            addrSpec := {
                scheme := c_telScheme,  //*     contains "tel"
                components := {
                    tel := {
                        subscriber := p_number
                    }
                },
                urlParameters := *,
                headers := *
            }
        } // End of template mw_NameAddr_DispName_Tel
        
        template(present) From mw_From_AddrUnion_SipUrl(
                                                        template DisplayName p_dn,
                                                        template(present) charstring p_user := ?,
                                                        template charstring p_host
        ) := {
            fieldName := FROM_E,
            addressField := mw_AddrUnion_SipUrl(p_user, p_host),
            fromParams := *
        } // End of template mw_From_AddrUnion_SipUrl
        
        template(present) From mw_From_AddrUnion_TelUrl(
                                                        template(present) charstring p_number := ?
        ) := {
            fieldName := FROM_E,
            addressField := mw_AddrUnion_TelUrl(p_number),
            fromParams := *
        } // End of template mw_From_AddrUnion_TelUrl
        
        template From mw_From_NameAddr_TelUrl(
                                              template DisplayName p_displayName := *,
                                              template(present) charstring p_number := ?
                                              ) := {
            fieldName := FROM_E,
            addressField := { nameAddr := mw_NameAddr_DispName_Tel(p_displayName, p_number) },
            fromParams := *
        } // End of template mw_From_NameAddr_TelUrl
        
        template(present) To mw_To_AddrUnion_SipUrl(
                                                    template DisplayName p_dn,
                                                    template(present) charstring p_user := ?,
                                                    template charstring p_host
        ) := {
            fieldName := TO_E,
            addressField := mw_AddrUnion_SipUrl(p_user, p_host),
            toParams := *
        } // End of template mw_To_AddrUnion_SipUrl
        
        template(present) To mw_To_AddrUnion_TelUrl(
                                                    template(present) charstring p_number := ?
        ) := {
            fieldName := TO_E,
            addressField := mw_AddrUnion_TelUrl(p_number),
            toParams := *
        } // End of template mw_To_AddrUnion_TelUrl
        
        template To mw_To_NameAddr_TelUrl(
                                          template DisplayName p_displayName := *,
                                          template(present) charstring p_number := ?
                                          ) := {
            fieldName := TO_E,
            addressField := { nameAddr := mw_NameAddr_DispName_Tel(p_displayName, p_number) },
            toParams := *
        } // End of template mw_To_NameAddr_TelUrl
        
        template (present) Contact mw_contact(
                                              template (present) ContactAddress p_contactAddresses := ?
                                              ) := {
            fieldName := CONTACT_E,
            contactBody := { contactAddresses := { p_contactAddresses } }
        } // End of template mw_Contact
        
        template (present) Response mw_200OK(
                                             template (present) CSeq p_cSeq := ?,
                                             template (present) CallId p_callId := ?,
                                             template (present) From p_from := ?,
                                             template (present) To p_to := ?
                                             ) modifies mw_200OK_Base := {
            msgHeader := {
                callId    := p_callId,
                cSeq      := p_cSeq,
                fromField := p_from,
                toField   := p_to
            }
        } // End of template mw_200OK
        
        template Response mw_401Unauthorized(
                                             template (present) CSeq p_cSeq := ?,
                                             template (present) WwwAuthenticate p_wwwAuthenticate := ?
                                             ) modifies mw_401Unauthorized_Base := {
            msgHeader := {
                cSeq            := p_cSeq,
                wwwAuthenticate := p_wwwAuthenticate
            }
        } // End of template mw_401Unauthorized
        
        template Response mw_404NotFound(
                                         template (present) CSeq p_cSeq := ?,
                                         template (present) WwwAuthenticate p_wwwAuthenticate := ?
                                         ) modifies mw_404NotFound_Base := {
            msgHeader := {
                cSeq            := p_cSeq,
                wwwAuthenticate := p_wwwAuthenticate
            }
        } // End of template mw_404NotFound
        
        template Response mw_480TemporaryUnavailable(
                                                     template (present) CallId p_callId := ?,
                                                     template (present) CSeq p_cSeq := ?,
                                                     template WwwAuthenticate p_wwwAuthenticate := *
                                                     ) modifies mw_480TemporaryUnavailable_Base := {
            msgHeader := {
                cSeq            := p_cSeq,
                wwwAuthenticate := p_wwwAuthenticate
            }
        } // End of template mw_480TemporaryUnavailable
        
        template (present) Response mw_486Busy(
                                               template (present) CallId p_callId := ?,
                                               template (present) CSeq p_cSeq := ?,
                                               template (present) From p_from := ?,
                                               template (present) To p_to := ?,
                                               template WwwAuthenticate p_wwwAuthenticate := ?
                                               ) modifies mw_486Busy_Base := {
            msgHeader := {
                callId    := p_callId,
                cSeq      := p_cSeq,
                fromField := p_from,
                toField   := p_to,
                wwwAuthenticate := p_wwwAuthenticate
            }
        } // End of template mw_486Busy
        
        template (present) Response mw_600BusyEverywhere(
                                                         template (present) CallId p_callId := ?,
                                                         template (present) CSeq p_cSeq := ?,
                                                         template (present) From p_from := ?,
                                                         template (present) To p_to := ?,
                                                         template WwwAuthenticate p_wwwAuthenticate := ?
                                                         ) modifies mw_600BusyEverywhere_Base := {
            msgHeader := {
                callId    := p_callId,
                cSeq      := p_cSeq,
                fromField := p_from,
                toField   := p_to,
                wwwAuthenticate := p_wwwAuthenticate
            }
        } // End of template mw_600BusyEverywhere
        
        template (present) Response mw_487RequestTerminated(
                                                            template (present) CallId p_callId := ?,
                                                            template (present) CSeq p_cSeq := ?,
                                                            template (present) From p_from := ?,
                                                            template (present) To p_to := ?,
                                                            template WwwAuthenticate p_wwwAuthenticate := ?
                                                            ) modifies mw_487RequestTerminated_Base := {
            msgHeader := {
                callId    := p_callId,
                cSeq      := p_cSeq,
                fromField := p_from,
                toField   := p_to,
                wwwAuthenticate := p_wwwAuthenticate
            }
        } // End of template mw_487RequestTerminated
        
    } // End of group sip_templates
    
    group g_pcscf {
        
        template(present) REGISTER_Request mw_TP_MW_PCSCF_REGISTER_01(
                                                                      template (present) From p_from := ?,
                                                                      template (present) To p_to := ?,
                                                                      template (present) Authorization p_authorization := ?,
                                                                      template PChargingVector p_pChargingVector := *,
                                                                      template PVisitedNetworkID p_pVisitedNetworkID := *
        ) modifies mw_REGISTER_authorizedRequest_wo_securityheaders_IMS := {
            msgHeader := {
                fromField := p_from,
                toField := p_to,
                authorization := p_authorization,
                pAccessNetworkInfo := ?,
                pChargingVector := p_pChargingVector,
                pVisitedNetworkID := p_pVisitedNetworkID,
                require := mw_require_path
            }
        } // End of template mw_TP_MW_PCSCF_REGISTER_01
        
        template(present) REGISTER_Request mw_TP_MW_PCSCF_REGISTER_02(
                                                                      template (present) From p_from := ?,
                                                                      template (present) To p_to := ?,
                                                                      template (present) Authorization p_authorization := ?,
                                                                      template PChargingVector p_pChargingVector := *,
                                                                      template PVisitedNetworkID p_pVisitedNetworkID := *
        ) modifies mw_TP_MW_PCSCF_REGISTER_01 := {
        } // End of template mw_TP_MW_PCSCF_REGISTER_02
        
        template(present) REGISTER_Request mw_TP_MW_PCSCF_REGISTER_04(
                                                                      template (present) From p_from := ?,
                                                                      template (present) To p_to := ?,
                                                                      template (present) Authorization p_authorization := ?,
                                                                      template PChargingVector p_pChargingVector := *,
                                                                      template PVisitedNetworkID p_pVisitedNetworkID := *
        ) modifies mw_TP_MW_PCSCF_REGISTER_01 := { 
        } // End of template mw_TP_MW_PCSCF_REGISTER_04
        
        template(present) REGISTER_Request mw_TP_MW_PCSCF_REGISTER_05(
                                                                      template (present) From p_from := ?,
                                                                      template (present) To p_to := ?,
                                                                      template (present) Authorization p_authorization := ?,
                                                                      template PChargingVector p_pChargingVector := *,
                                                                      template PVisitedNetworkID p_pVisitedNetworkID := *
        ) modifies mw_TP_MW_PCSCF_REGISTER_02 := { 
        } // End of template mw_TP_MW_PCSCF_REGISTER_05
        
        template(present) REGISTER_Request mw_TP_MW_PCSCF_REGISTER_07(
                                                                      template (present) From p_from := ?,
                                                                      template (present) To p_to := ?,
                                                                      template (present) Authorization p_authorization := ?,
                                                                      template PChargingVector p_pChargingVector := *,
                                                                      template PVisitedNetworkID p_pVisitedNetworkID := *,
                                                                      template (present) charstring p_expires := "0"
        ) modifies mw_TP_MW_PCSCF_REGISTER_01 := {
            msgHeader := {
                expires := mw_Expires(p_expires)
            }
        } // End of template mw_TP_MW_PCSCF_REGISTER_07
        
        template(present) REGISTER_Request mw_TP_MW_PCSCF_REGISTER_09(
                                                                      template (present) From p_from := ?,
                                                                      template (present) To p_to := ?,
                                                                      template (present) Authorization p_authorization := ?,
                                                                      template PChargingVector p_pChargingVector := *,
                                                                      template PVisitedNetworkID p_pVisitedNetworkID := *,
                                                                      template (present) charstring p_expires := "0"
        ) modifies mw_TP_MW_PCSCF_REGISTER_01 := {
            msgHeader := {
                expires := mw_Expires(p_expires)
            }
        } // End of template mw_TP_MW_PCSCF_REGISTER_09
        
        template(present) REGISTER_Request mw_TP_MW_PCSCF_REGISTER_10(
                                                                      template (present) From p_from := ?,
                                                                      template (present) To p_to := ?,
                                                                      template (present) Authorization p_authorization := ?,
                                                                      template (present) PChargingVector p_pChargingVector := ?,
                                                                      template (present) PVisitedNetworkID p_pVisitedNetworkID := ?,
                                                                      template (present) charstring p_expires := "0"
        ) modifies mw_TP_MW_PCSCF_REGISTER_01 := {
            msgHeader := {
                fromField := p_from,
                toField := p_to,
                authorization := p_authorization,
                pAccessNetworkInfo := ?,
                pChargingVector := p_pChargingVector,
                pVisitedNetworkID := p_pVisitedNetworkID,
                require := mw_require_path,
                expires := mw_Expires(p_expires)
            }
        } // End of template mw_TP_MW_PCSCF_REGISTER_10
        
        template (present) SUBSCRIBE_Request mw_TP_MW_PCSCF_SUBSCRIBE_01(
                                                                         template (present) SipUrl p_subscribe_uri := ?,
                                                                         template (present) From p_from := ?,
                                                                         template (present) To p_to := ?
        ) modifies mw_SUBSCRIBE_Request_Base := {
            requestLine := {
                method := SUBSCRIBE_E,
                requestUri := p_subscribe_uri, // @TODO
                sipVersion := c_sipNameVersion
            },
            msgHeader := {
                fromField := p_from,
                toField := p_to,
                event := m_Event_reg,
                expires := ?, // checked outside the template
                //pAssertedID := mw_PAssertedID(mw_PAssertedIDValue(-)), // FIXME Set expected value
                //pChargingVector :=  mw_PChargingVector({
                //    {id := "icid-value", paramValue := *}, 
                //    *
                //  }),
                route := ?
            }
        } // End of template mw_TP_MW_PCSCF_SUBSCRIBE_01

        template (present) SUBSCRIBE_Request mw_TP_MW_PCSCF_SUBSCRIBE_02(
                                                                         template (present) SipUrl p_subscribe_uri := ?,
                                                                         template (present) From p_from := ?,
                                                                         template (present) To p_to := ?
        ) modifies mw_TP_MW_PCSCF_SUBSCRIBE_01 := {
        } // End of template mw_TP_MW_PCSCF_SUBSCRIBE_02

        template (present) NOTIFY_Request mw_TP_MW_PCSCF_NOTIFY_01(
                                                                   template (present) CallId p_callId := ?,
                                                                   template (present) SipUrl p_notify_uri := ?,
                                                                   template (present) From p_from := ?,
                                                                   template (present) To p_to := ?
        ) modifies mw_NOTIFY_Request_Base := {
            requestLine := {
                method := NOTIFY_E,
                requestUri := p_notify_uri, // @TODO
                sipVersion := c_sipNameVersion
            },
            msgHeader := {
                fromField := p_from,
                toField := p_to,
                event := m_Event_reg
                //pAssertedID := mw_PAssertedID(mw_PAssertedIDValue(-)), // FIXME Set expected value
                //pChargingVector :=  mw_PChargingVector({
                //    {id := "icid-value", paramValue := *}, 
                //    *
                //  }),
            }
        } // End of template mw_TP_MW_PCSCF_NOTIFY_01
        
        template (present) PRACK_Request mw_TP_MW_PCSCF_PRACK_01(
                                                                   template (present) CallId p_callId := ?,
                                                                   template (present) SipUrl p_notify_uri := ?,
                                                                   template (present) From p_from := ?,
                                                                   template (present) To p_to := ?
        ) modifies mw_PRACK_Request_Base := {
            requestLine := {
                method := PRACK_E,
                requestUri := p_notify_uri, // @TODO
                sipVersion := c_sipNameVersion
            },
            msgHeader := {
                fromField := p_from,
                toField := p_to,
                // TODO Check if it is required for PRACK event := m_Event_reg,
                //pAssertedID := mw_PAssertedID(mw_PAssertedIDValue(-)), // FIXME Set expected value
                //pChargingVector :=  mw_PChargingVector({
                //    {id := "icid-value", paramValue := *}, 
                //    *
                //  }),
                route := ?
            }
        } // End of template mw_TP_MW_PCSCF_PRACK_01
        
        template (present) INVITE_Request mw_TP_MW_PCSCF_INVITE_01(
                                                                   template (present) SipUrl p_invite_uri := ?,
                                                                   template (present) From p_from := ?,
                                                                   template (present) To p_to := ?
        ) modifies mw_INVITE_Request_Base := {
            requestLine := {
                method := INVITE_E,
                requestUri := p_invite_uri, // @TODO
                sipVersion := c_sipNameVersion
            },
            msgHeader := {
                fromField := p_from,
                toField := p_to
            }
        } // End of template mw_TP_MW_PCSCF_INVITE_01
        
        template (present) INVITE_Request mw_TP_MW_PCSCF_INVITE_02( // TODO To be enforced
                                                                   template (present) SipUrl p_invite_uri := ?,
                                                                   template (present) From p_from := ?,
                                                                   template (present) To p_to := ?
                                                                   ) modifies mw_TP_MW_PCSCF_INVITE_01 := {
        } // End of template mw_TP_MW_PCSCF_INVITE_03
        
        template (present) INVITE_Request mw_TP_MW_PCSCF_INVITE_03( // TODO To be enforced
                                                                   template (present) SipUrl p_invite_uri := ?,
                                                                   template (present) From p_from := ?,
                                                                   template (present) To p_to := ?
                                                                   ) modifies mw_TP_MW_PCSCF_INVITE_01 := {
        } // End of template mw_TP_MW_PCSCF_INVITE_03
        
        template (present) INVITE_Request mw_TP_MW_PCSCF_INVITE_04( // TODO To be enforced
                                                                   template (present) SipUrl p_invite_uri := ?,
                                                                   template (present) From p_from := ?,
                                                                   template (present) To p_to := ?
                                                                   ) modifies mw_TP_MW_PCSCF_INVITE_01 := {
        } // End of template mw_TP_MW_PCSCF_INVITE_04
        
        template (present) INVITE_Request mw_TP_MW_PCSCF_RE_INVITE_01( // TODO To be enforced
                                                                      template (present) SipUrl p_invite_uri := ?,
                                                                      template (present) From p_from := ?,
                                                                      template (present) To p_to := ?
                                                                      ) modifies mw_TP_MW_PCSCF_INVITE_01 := {
        } // End of template mw_TP_MW_PCSCF_RE_INVITE_01
        
        template (present) INVITE_Request mw_TP_MW_PCSCF_RE_INVITE_02( // TODO To be enforced
                                                                      template (present) SipUrl p_invite_uri := ?,
                                                                      template (present) From p_from := ?,
                                                                      template (present) To p_to := ?
                                                                      ) modifies mw_TP_MW_PCSCF_INVITE_01 := {
        } // End of template mw_TP_MW_PCSCF_RE_INVITE_02
        
        template (present) INVITE_Request mw_TP_MW_PCSCF_RE_INVITE_03( // TODO To be enforced
                                                                      template (present) SipUrl p_invite_uri := ?,
                                                                      template (present) From p_from := ?,
                                                                      template (present) To p_to := ?
                                                                      ) modifies mw_TP_MW_PCSCF_INVITE_01 := {
        } // End of template mw_TP_MW_PCSCF_RE_INVITE_03
        
        template (present) INVITE_Request mw_TP_MW_PCSCF_RE_INVITE_04( // TODO To be enforced
                                                                      template (present) SipUrl p_invite_uri := ?,
                                                                      template (present) From p_from := ?,
                                                                      template (present) To p_to := ?
                                                                      ) modifies mw_TP_MW_PCSCF_INVITE_01 := {
        } // End of template mw_TP_MW_PCSCF_RE_INVITE_014
        
        template (present) Response mw_TP_MW_PCSCF_100Trying_01(
                                                                template (present) CSeq p_cSeq := ?,
                                                                template (present) From p_from := ?,
                                                                template (present) To p_to := ?
                                                                ) modifies mw_100Trying_Base := {
            msgHeader := {
                cSeq      := p_cSeq,
                fromField := p_from,
                toField   := p_to
            }
        } // End of template mw_TP_MW_PCSCF_100Trying_01
        
        template (present) Response mw_TP_MW_PCSCF_100Trying_02(
                                                                template (present) CSeq p_cSeq := ?,
                                                                template (present) From p_from := ?,
                                                                template (present) To p_to := ?
                                                                ) modifies mw_TP_MW_PCSCF_100Trying_01 := {
        } // End of template mw_TP_MW_PCSCF_100Trying_02
        
        template (present) Response mw_TP_MW_PCSCF_100Trying_03(
                                                                template (present) CSeq p_cSeq := ?,
                                                                template (present) From p_from := ?,
                                                                template (present) To p_to := ?
                                                                ) modifies mw_TP_MW_PCSCF_100Trying_01 := {
        } // End of template mw_TP_MW_PCSCF_100Trying_03
        
        template (present) Response mw_TP_MW_PCSCF_100Trying_04(
                                                                template (present) CSeq p_cSeq := ?,
                                                                template (present) From p_from := ?,
                                                                template (present) To p_to := ?
                                                                ) modifies mw_TP_MW_PCSCF_100Trying_01 := {
        } // End of template mw_TP_MW_PCSCF_100Trying_04
        
        template (present) Response mw_TP_MW_PCSCF_180Ringing_01(
                                                                 template (present) CSeq p_cSeq := ?,
                                                                 template (present) From p_from := ?,
                                                                 template (present) To p_to := ?
                                                                 ) modifies mw_180Ringing_Base := {
            msgHeader := {
                cSeq      := p_cSeq,
                fromField := p_from,
                toField   := p_to
            }
        } // End of template mw_TP_MW_PCSCF_180Ringing_01
        
        template (present) Response mw_TP_MW_PCSCF_180Ringing_02(
                                                                 template (present) CSeq p_cSeq := ?,
                                                                 template (present) From p_from := ?,
                                                                 template (present) To p_to := ?
                                                                 ) modifies mw_TP_MW_PCSCF_180Ringing_01 := {
        } // End of template mw_TP_MW_PCSCF_180Ringing_02
        
        template (present) Response mw_TP_MW_PCSCF_180Ringing_03(
                                                                 template (present) CSeq p_cSeq := ?,
                                                                 template (present) From p_from := ?,
                                                                 template (present) To p_to := ?
                                                                 ) modifies mw_TP_MW_PCSCF_180Ringing_01 := {
        } // End of template mw_TP_MW_PCSCF_180Ringing_03
        
        template (present) Response mw_TP_MW_PCSCF_180Ringing_04(
                                                                 template (present) CSeq p_cSeq := ?,
                                                                 template (present) From p_from := ?,
                                                                 template (present) To p_to := ?
                                                                 ) modifies mw_TP_MW_PCSCF_180Ringing_01 := {
        } // End of template mw_TP_MW_PCSCF_180Ringing_04
        
        template (present) Response mw_TP_MW_PCSCF_183SessionProgress_01(
                                                                 template (present) CSeq p_cSeq := ?,
                                                                 template (present) From p_from := ?,
                                                                 template (present) To p_to := ?
                                                                 ) modifies mw_183SessionProgress_Base := {
            msgHeader := {
                cSeq      := p_cSeq,
                fromField := p_from,
                toField   := p_to
            }
        } // End of template mw_TP_MW_PCSCF_183SessionProgress_01
        
        template (present) Response mw_TP_MW_PCSCF_183SessionProgress_02(
                                                                 template (present) CSeq p_cSeq := ?,
                                                                 template (present) From p_from := ?,
                                                                 template (present) To p_to := ?
                                                                 ) modifies mw_TP_MW_PCSCF_183SessionProgress_01 := {
        } // End of template mw_TP_MW_PCSCF_183SessionProgress_02
        
        template (present) Response mw_TP_MW_PCSCF_183SessionProgress_03(
                                                                 template (present) CSeq p_cSeq := ?,
                                                                 template (present) From p_from := ?,
                                                                 template (present) To p_to := ?
                                                                 ) modifies mw_TP_MW_PCSCF_183SessionProgress_01 := {
        } // End of template mw_TP_MW_PCSCF_183SessionProgress_03
        
        template (present) Response mw_TP_MW_PCSCF_183SessionProgress_04(
                                                                 template (present) CSeq p_cSeq := ?,
                                                                 template (present) From p_from := ?,
                                                                 template (present) To p_to := ?
                                                                 ) modifies mw_TP_MW_PCSCF_183SessionProgress_01 := {
        } // End of template mw_TP_MW_PCSCF_183SessionProgress_04
        
        template (present) ACK_Request mw_TP_MW_PCSCF_ACK_01( // TODO To be enforced
                                                             template (present) CallId p_callId := ?,
                                                             template (present) CSeq p_cSeq := ?,
                                                             template (present) SipUrl p_ack_uri := ?,
                                                             template (present) From p_from := ?,
                                                             template (present) To p_to := ?
                                                             ) modifies mw_ACK_Request_Base := {
            requestLine := {
                method := ACK_E,
                requestUri := p_ack_uri, // @TODO
                sipVersion := c_sipNameVersion
            },
            msgHeader := {
                callId := p_callId,
                fromField := p_from,
                toField := p_to,
                route := {
                    fieldName := ROUTE_E,
                    routeBody := {
                        *, 
                        ?,
                        *
                    }
                }
            }
        } // End of template mw_TP_MW_PCSCF_ACK_01
        
        template (present) ACK_Request mw_TP_MW_PCSCF_ACK_02( // TODO To be enforced
                                                             template (present) CallId p_callId := ?,
                                                             template (present) CSeq p_cSeq := ?,
                                                             template (present) SipUrl p_ack_uri := ?,
                                                             template (present) From p_from := ?,
                                                             template (present) To p_to := ?
                                                             ) modifies mw_TP_MW_PCSCF_ACK_01 := {
            msgHeader := {
                route := omit
            }
        } // End of template mw_TP_MW_PCSCF_ACK_02
        
        template (present) ACK_Request mw_TP_MW_PCSCF_ACK_03( // TODO To be enforced
                                                             template (present) CallId p_callId := ?,
                                                             template (present) CSeq p_cSeq := ?,
                                                             template (present) SipUrl p_ack_uri := ?,
                                                             template (present) From p_from := ?,
                                                             template (present) To p_to := ?
                                                             ) modifies mw_TP_MW_PCSCF_ACK_01 := {
        } // End of template mw_TP_MW_PCSCF_ACK_03
        
        template (present) ACK_Request mw_TP_MW_PCSCF_ACK_04( // TODO To be enforced
                                                             template (present) CallId p_callId := ?,
                                                             template (present) CSeq p_cSeq := ?,
                                                             template (present) SipUrl p_ack_uri := ?,
                                                             template (present) From p_from := ?,
                                                             template (present) To p_to := ?
                                                             ) modifies mw_TP_MW_PCSCF_ACK_01 := {
        } // End of template mw_TP_MW_PCSCF_ACK_04
        
        template (present) BYE_Request mw_TP_MW_PCSCF_BYE_01( // TODO To be enforced
                                                             template (present) CallId p_callId := ?,
                                                             template (present) CSeq p_cSeq := ?,
                                                             template (present) SipUrl p_bye_uri := ?,
                                                             template (present) From p_from := ?,
                                                             template (present) To p_to := ?
                                                             ) modifies mw_BYE_Request_Base := {
            requestLine := {
                method := BYE_E,
                requestUri := p_bye_uri, // @TODO
                sipVersion := c_sipNameVersion
            },
            msgHeader := {
                callId := p_callId,
                fromField := p_from,
                toField := p_to,
                route := {
                    fieldName := ROUTE_E,
                    routeBody := {
                        *, 
                        ?,
                        *
                    }
                }
            }
        } // End of template mw_TP_MW_PCSCF_BYE_01
        
        template (present) BYE_Request mw_TP_MW_PCSCF_BYE_02( // TODO To be enforced
                                                             template (present) CallId p_callId := ?,
                                                             template (present) CSeq p_cSeq := ?,
                                                             template (present) SipUrl p_bye_uri := ?,
                                                             template (present) From p_from := ?,
                                                             template (present) To p_to := ?
                                                             ) modifies mw_TP_MW_PCSCF_BYE_01 := {
        } // End of template mw_TP_MW_PCSCF_BYE_02
        
        template (present) BYE_Request mw_TP_MW_PCSCF_BYE_03( // TODO To be enforced
                                                             template (present) CallId p_callId := ?,
                                                             template (present) CSeq p_cSeq := ?,
                                                             template (present) SipUrl p_bye_uri := ?,
                                                             template (present) From p_from := ?,
                                                             template (present) To p_to := ?
                                                             ) modifies mw_TP_MW_PCSCF_BYE_01 := {
        } // End of template mw_TP_MW_PCSCF_BYE_03
        
        template (present) BYE_Request mw_TP_MW_PCSCF_BYE_04( // TODO To be enforced
                                                             template (present) CallId p_callId := ?,
                                                             template (present) CSeq p_cSeq := ?,
                                                             template (present) SipUrl p_bye_uri := ?,
                                                             template (present) From p_from := ?,
                                                             template (present) To p_to := ?
                                                             ) modifies mw_TP_MW_PCSCF_BYE_01 := {
        } // End of template mw_TP_MW_PCSCF_BYE_04
        
        template (present) BYE_Request mw_TP_MW_PCSCF_BYE_05( // TODO To be enforced
                                                             template (present) CallId p_callId := ?,
                                                             template (present) CSeq p_cSeq := ?,
                                                             template (present) SipUrl p_bye_uri := ?,
                                                             template (present) From p_from := ?,
                                                             template (present) To p_to := ?
                                                             ) modifies mw_TP_MW_PCSCF_BYE_01 := {
        } // End of template mw_TP_MW_PCSCF_BYE_05
        
        template (present) BYE_Request mw_TP_MW_PCSCF_BYE_06( // TODO To be enforced
                                                             template (present) CallId p_callId := ?,
                                                             template (present) CSeq p_cSeq := ?,
                                                             template (present) SipUrl p_bye_uri := ?,
                                                             template (present) From p_from := ?,
                                                             template (present) To p_to := ?
                                                             ) modifies mw_TP_MW_PCSCF_BYE_01 := {
        } // End of template mw_TP_MW_PCSCF_BYE_06
        
        template (present) CANCEL_Request mw_TP_MW_PCSCF_CANCEL_01( // TODO To be enforced
                                                                   template (present) CallId p_callId := ?,
                                                                   template (present) CSeq p_cSeq := ?,
                                                                   template (present) SipUrl p_cancel_uri := ?,
                                                                   template (present) From p_from := ?,
                                                                   template (present) To p_to := ?
                                                                   ) modifies mw_CANCEL_Request_Base := {
            requestLine := {
                method := CANCEL_E,
                requestUri := p_cancel_uri, // @TODO
                sipVersion := c_sipNameVersion
            },
            msgHeader := {
                callId := p_callId,
                fromField := p_from,
                toField := p_to,
                route := {
                    fieldName := ROUTE_E,
                    routeBody := {
                        *, 
                        ?,
                        *
                    }
                }
            }
        } // End of template mw_TP_MW_PCSCF_CANCEL_01
        
        template (present) CANCEL_Request mw_TP_MW_PCSCF_CANCEL_02( // TODO To be enforced
                                                                   template (present) CallId p_callId := ?,
                                                                   template (present) CSeq p_cSeq := ?,
                                                                   template (present) SipUrl p_cancel_uri := ?,
                                                                   template (present) From p_from := ?,
                                                                   template (present) To p_to := ?
                                                                   ) modifies mw_TP_MW_PCSCF_CANCEL_01 := {
        } // End of template mw_TP_MW_PCSCF_CANCEL_02
        
        template (present) CANCEL_Request mw_TP_MW_PCSCF_CANCEL_03( // TODO To be enforced
                                                                   template (present) CallId p_callId := ?,
                                                                   template (present) CSeq p_cSeq := ?,
                                                                   template (present) SipUrl p_cancel_uri := ?,
                                                                   template (present) From p_from := ?,
                                                                   template (present) To p_to := ?
                                                                   ) modifies mw_TP_MW_PCSCF_CANCEL_01 := {
        } // End of template mw_TP_MW_PCSCF_CANCEL_03
        
        template (present) CANCEL_Request mw_TP_MW_PCSCF_CANCEL_04( // TODO To be enforced
                                                                   template (present) CallId p_callId := ?,
                                                                   template (present) CSeq p_cSeq := ?,
                                                                   template (present) SipUrl p_cancel_uri := ?,
                                                                   template (present) From p_from := ?,
                                                                   template (present) To p_to := ?
                                                                   ) modifies mw_TP_MW_PCSCF_CANCEL_01 := {
        } // End of template mw_TP_MW_PCSCF_CANCEL_04
        
    } // End of group g_pcscf
    
    group g_scscf {
        
        template(present) REGISTER_Request mw_TP_MW_SCSCF_REGISTER_01(
                                                                      template (present) From p_from := ?,
                                                                      template (present) To p_to := ?, 
                                                                      template (present) Authorization p_authorization := ?,
                                                                      template (present) Path p_Path := ?,
                                                                      template (present) PChargingVector p_pChargingVector := ?,
                                                                      template (present) PVisitedNetworkID p_pVisitedNetworkID := ?
        ) modifies mw_REGISTER_authorizedRequest_wo_securityheaders_IMS := {
            msgHeader := {
                fromField := p_from,
                toField := p_to,
                authorization := p_authorization,
                pAccessNetworkInfo := ?,
                path := p_Path,
                pChargingVector := p_pChargingVector,
                pVisitedNetworkID := p_pVisitedNetworkID,
                require := mw_require_path
            }
        } // End of template mw_TP_MW_SCSCF_REGISTER_01
        
        template(present) REGISTER_Request mw_TP_MW_SCSCF_REGISTER_02(
                                                                      template (present) From p_from := ?,
                                                                      template (present) To p_to := ?, 
                                                                      template (present) Authorization p_authorization := ?,
                                                                      template (present) Path p_Path := ?,
                                                                      template (present) PChargingVector p_pChargingVector := ?,
                                                                      template (present) PVisitedNetworkID p_pVisitedNetworkID := ?
        ) modifies mw_TP_MW_SCSCF_REGISTER_01 := {
            msgHeader := {
                fromField := p_from,
                toField := p_to,
                authorization := p_authorization,
                pAccessNetworkInfo := ?,
                path := p_Path,
                pChargingVector := p_pChargingVector,
                pVisitedNetworkID := p_pVisitedNetworkID,
                require := mw_require_path
            }
        } // End of template mw_TP_MW_SCSCF_REGISTER_02
        
    } // End of group g_scscf
    
    group g_icscf {
        
        template(present) REGISTER_Request mw_TP_MW_ICSCF_REGISTER_01(
                                                                      template (present) From p_from := ?,
                                                                      template (present) To p_to := ?, 
                                                                      template (present) Authorization p_authorization := ?,
                                                                      template (present) Path p_Path := ?,
                                                                      template (present) PChargingVector p_pChargingVector := ?,
                                                                      template (present) PVisitedNetworkID p_pVisitedNetworkID := ?
        ) modifies mw_REGISTER_authorizedRequest_wo_securityheaders_IMS := {
            msgHeader := {
                fromField := p_from,
                toField := p_to,
                authorization := p_authorization,
                pAccessNetworkInfo := ?,
                path := p_Path,
                pChargingVector := p_pChargingVector,
                pVisitedNetworkID := p_pVisitedNetworkID,
                require := mw_require_path
            }
        } // End of template mw_TP_MW_ICSCF_REGISTER_01
        
        template(present) REGISTER_Request mw_TP_MW_ICSCF_REGISTER_02(
                                                                      template (present) From p_from := ?,
                                                                      template (present) To p_to := ?, 
                                                                      template (present) Authorization p_authorization := ?,
                                                                      template (present) Path p_Path := ?,
                                                                      template (present) PChargingVector p_pChargingVector := ?,
                                                                      template (present) PVisitedNetworkID p_pVisitedNetworkID := ?
        ) modifies mw_TP_MW_ICSCF_REGISTER_01 := {
            msgHeader := {
                fromField := p_from,
                toField := p_to,
                authorization := p_authorization,
                pAccessNetworkInfo := ?,
                path := p_Path,
                pChargingVector := p_pChargingVector,
                pVisitedNetworkID := p_pVisitedNetworkID,
                require := mw_require_path
            }
        } // End of template mw_TP_MW_ICSCF_REGISTER_02
        
        template(present) REGISTER_Request mw_TP_MW_ICSCF_REGISTER_03(
                                                                      template (present) From p_from := ?,
                                                                      template (present) To p_to := ?, 
                                                                      template (present) Authorization p_authorization := ?,
                                                                      template (present) Path p_Path := ?,
                                                                      template (present) PChargingVector p_pChargingVector := ?,
                                                                      template (present) PVisitedNetworkID p_pVisitedNetworkID := ?
        ) modifies mw_TP_MW_ICSCF_REGISTER_01 := {
            msgHeader := {
                fromField := p_from,
                toField := p_to,
                authorization := p_authorization,
                pAccessNetworkInfo := ?,
                path := p_Path,
                pChargingVector := p_pChargingVector,
                pVisitedNetworkID := p_pVisitedNetworkID,
                require := mw_require_path
            }
        } // End of template mw_TP_MW_ICSCF_REGISTER_03
        
        template(present) REGISTER_Request mw_TP_MW_ICSCF_REGISTER_04(
                                                                      template (present) From p_from := ?,
                                                                      template (present) To p_to := ?, 
                                                                      template (present) Authorization p_authorization := ?,
                                                                      template (present) Path p_Path := ?,
                                                                      template (present) PChargingVector p_pChargingVector := ?,
                                                                      template (present) PVisitedNetworkID p_pVisitedNetworkID := ?
        ) modifies mw_TP_MW_ICSCF_REGISTER_01 := {
            msgHeader := {
                fromField := p_from,
                toField := p_to,
                authorization := p_authorization,
                pAccessNetworkInfo := ?,
                path := p_Path,
                pChargingVector := p_pChargingVector,
                pVisitedNetworkID := p_pVisitedNetworkID,
                require := mw_require_path
            }
        } // End of template mw_TP_MW_ICSCF_REGISTER_04
        
        template(present) REGISTER_Request mw_TP_MW_ICSCF_REGISTER_05(
                                                                      template (present) From p_from := ?,
                                                                      template (present) To p_to := ?, 
                                                                      template (present) Authorization p_authorization := ?,
                                                                      template (present) Path p_Path := ?,
                                                                      template (present) PChargingVector p_pChargingVector := ?,
                                                                      template (present) PVisitedNetworkID p_pVisitedNetworkID := ?
        ) modifies mw_TP_MW_ICSCF_REGISTER_01 := {
            msgHeader := {
                fromField := p_from,
                toField := p_to,
                authorization := p_authorization,
                pAccessNetworkInfo := ?,
                path := p_Path,
                pChargingVector := p_pChargingVector,
                pVisitedNetworkID := p_pVisitedNetworkID,
                require := mw_require_path
            }
        } // End of template mw_TP_MW_ICSCF_REGISTER_05
        
        template(present) REGISTER_Request mw_TP_MW_ICSCF_REGISTER_07(
                                                                      template (present) From p_from := ?,
                                                                      template (present) To p_to := ?,
                                                                      template (present) Authorization p_authorization := ?,
                                                                      template (present) PChargingVector p_pChargingVector := ?,
                                                                      template (present) PVisitedNetworkID p_pVisitedNetworkID := ?,
                                                                      template (present) charstring p_expires := "0"
        ) modifies mw_TP_MW_PCSCF_REGISTER_01 := {
            msgHeader := {
                fromField := p_from,
                toField := p_to,
                authorization := p_authorization,
                pAccessNetworkInfo := ?,
                pChargingVector := p_pChargingVector,
                pVisitedNetworkID := p_pVisitedNetworkID,
                require := mw_require_path,
                expires := mw_Expires(p_expires)
            }
        } // End of template mw_TP_MW_PCSCF_REGISTER_07
        
    } // End of group g_icscf
    
    group g_ecscf {

        template (present) INVITE_Request mw_TP_MW_ECSCF_INVITE_01(
                                                                   template (present) SipUrl p_invite_uri := ?,
                                                                   template (present) From p_from := ?,
                                                                   template (present) To p_to := ?
        ) modifies mw_INVITE_Request_Base := {
            requestLine := {
                method := INVITE_E,
                requestUri := p_invite_uri, // @TODO
                sipVersion := c_sipNameVersion
            },
            msgHeader := {
                fromField := p_from,
                toField := p_to
            }
        } // End of template mw_TP_MW_ECSCF_INVITE_01
        
        template (present) INVITE_Request mw_TP_MW_ECSCF_INVITE_02( // TODO To be enforced
                                                                   template (present) SipUrl p_invite_uri := ?,
                                                                   template (present) From p_from := ?,
                                                                   template (present) To p_to := ?
                                                                   ) modifies mw_TP_MW_ECSCF_INVITE_01 := {
        } // End of template mw_TP_MW_ECSCF_INVITE_02

        
        template (present) INVITE_Request mw_TP_MW_ECSCF_RE_INVITE_01( // TODO To be enforced
                                                                      template (present) SipUrl p_invite_uri := ?,
                                                                      template (present) From p_from := ?,
                                                                      template (present) To p_to := ?
                                                                      ) modifies mw_TP_MW_ECSCF_INVITE_01 := {
        } // End of template mw_TP_MW_ECSCF_RE_INVITE_01
        
        template (present) INVITE_Request mw_TP_MW_ECSCF_RE_INVITE_02( // TODO To be enforced
                                                                      template (present) SipUrl p_invite_uri := ?,
                                                                      template (present) From p_from := ?,
                                                                      template (present) To p_to := ?
                                                                      ) modifies mw_TP_MW_ECSCF_INVITE_01 := {
        } // End of template mw_TP_MW_ECSCF_RE_INVITE_02
        
        template (present) Response mw_TP_MW_ECSCF_100Trying_01(
                                                                template (present) CSeq p_cSeq := ?,
                                                                template (present) From p_from := ?,
                                                                template (present) To p_to := ?
                                                                ) modifies mw_100Trying_Base := {
            msgHeader := {
                cSeq      := p_cSeq,
                fromField := p_from,
                toField   := p_to
            }
        } // End of template mw_TP_MW_ECSCF_100Trying_01
        
        template (present) Response mw_TP_MW_ECSCF_100Trying_02(
                                                                template (present) CSeq p_cSeq := ?,
                                                                template (present) From p_from := ?,
                                                                template (present) To p_to := ?
                                                                ) modifies mw_TP_MW_ECSCF_100Trying_01 := {
        } // End of template mw_TP_MW_ECSCF_100Trying_02
        
        template (present) Response mw_TP_MW_ECSCF_180Ringing_01(
                                                                 template (present) CSeq p_cSeq := ?,
                                                                 template (present) From p_from := ?,
                                                                 template (present) To p_to := ?
                                                                 ) modifies mw_180Ringing_Base := {
            msgHeader := {
                cSeq      := p_cSeq,
                fromField := p_from,
                toField   := p_to
            }
        } // End of template mw_TP_MW_ECSCF_180Ringing_01
        
        template (present) Response mw_TP_MW_ECSCF_180Ringing_02(
                                                                 template (present) CSeq p_cSeq := ?,
                                                                 template (present) From p_from := ?,
                                                                 template (present) To p_to := ?
                                                                 ) modifies mw_TP_MW_ECSCF_180Ringing_01 := {
        } // End of template mw_TP_MW_ECSCF_180Ringing_02
        
        template (present) Response mw_TP_MW_ECSCF_183SessionProgress_01(
                                                                 template (present) CSeq p_cSeq := ?,
                                                                 template (present) From p_from := ?,
                                                                 template (present) To p_to := ?
                                                                 ) modifies mw_183SessionProgress_Base := {
            msgHeader := {
                cSeq      := p_cSeq,
                fromField := p_from,
                toField   := p_to
            }
        } // End of template mw_TP_MW_ECSCF_183SessionProgress_01
        
        template (present) Response mw_TP_MW_ECSCF_183SessionProgress_02(
                                                                 template (present) CSeq p_cSeq := ?,
                                                                 template (present) From p_from := ?,
                                                                 template (present) To p_to := ?
                                                                 ) modifies mw_TP_MW_ECSCF_183SessionProgress_01 := {
        } // End of template mw_TP_MW_ECSCF_183SessionProgress_02
        
        template (present) ACK_Request mw_TP_MW_ECSCF_ACK_01( // TODO To be enforced
                                                             template (present) CallId p_callId := ?,
                                                             template (present) CSeq p_cSeq := ?,
                                                             template (present) SipUrl p_ack_uri := ?,
                                                             template (present) From p_from := ?,
                                                             template (present) To p_to := ?
                                                             ) modifies mw_ACK_Request_Base := {
            requestLine := {
                method := ACK_E,
                requestUri := p_ack_uri, // @TODO