Rev

Rev 115 | Rev 120 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | Bug Tracker

Rev 115 Rev 117
Line 1... Line 1...
1
/*
1
/*
2
 *      @author         STF 346, STF366, STF368, STF369
2
 *      @author         STF 346, STF366, STF368, STF369
3
 *  @version    $Id: LibIms_Steps.ttcn 115 2010-12-14 14:43:56Z pintar $
3
 *  @version    $Id: LibIms_Steps.ttcn 117 2011-02-17 14:24:19Z poglitsch $
4
 *      @desc           This module provides the types used by the test component
4
 *      @desc           This module provides the types used by the test component
5
 *              for SIP-IMS tests.
5
 *              for SIP-IMS tests.
6
 */
6
 */
7
7
8
module LibIms_Steps
8
module LibIms_Steps
Line 661... Line 661...
661
                        vc_userprofile.passwd := PX_IMS_SUT_UE1_PRIVAT_PASSWD;                  // Authorization
661
                        vc_userprofile.passwd := PX_IMS_SUT_UE1_PRIVAT_PASSWD;                  // Authorization
662
                        vc_userprofile.registrarDomain := PX_IMS_SUT_UE1_REGISTRAR;     // Authorization
662
                        vc_userprofile.registrarDomain := PX_IMS_SUT_UE1_REGISTRAR;     // Authorization
663
                        }
663
                        }
664
664
665
                        case (c_userProfile_SCSCFwithHomeUE) {                                          //variant c_userProfile_SCSCFwithHomeUE  - UE4 parameters
665
                        case (c_userProfile_SCSCFwithHomeUE) {                                          //variant c_userProfile_SCSCFwithHomeUE  - UE4 parameters
-
 
666
                        vc_userprofile.currPort := PX_IMS_TS_SCSCF_PORT;                        // via (Mw interface of TS)
-
 
667
                        vc_userprofile.currIpaddr := PX_IMS_TS_SCSCF_IPADDR;            // via
-
 
668
                        vc_userprofile.contactPort := PX_IMS_TS_UE4_PORT;                       // contact (simulated UE)
-
 
669
                        vc_userprofile.contactIpaddr := PX_IMS_TS_UE4_IPADDR;           // contact
-
 
670
                        vc_userprofile.bearerIpaddr := PX_IMS_SUT_UE4_BEARER_IPADDR;   
-
 
671
                        vc_userprofile.homeDomain := PX_IMS_SUT_UE4_HOME_DOMAIN;        // From, To (register)
-
 
672
                        vc_userprofile.publUsername := PX_IMS_SUT_UE4_PUBLIC_USER;      // From, To (register)
-
 
673
                        vc_userprofile.qop := PX_IMS_SUT_UE4_QOP;                                       // Authorization
-
 
674
                        vc_userprofile.privUsername := PX_IMS_SUT_UE4_PRIVAT_USERNAME;  // Authorization
-
 
675
                        vc_userprofile.passwd := PX_IMS_SUT_UE4_PRIVAT_PASSWD;                  // Authorization
-
 
676
                        vc_userprofile.registrarDomain := PX_IMS_SUT_UE4_REGISTRAR;     // Authorization
-
 
677
                        }
-
 
678
-
 
679
            case (c_userProfile_SCSCFwithHomeUE_domain) {                                               //variant c_userProfile_SCSCFwithHomeUE  - UE4 parameters
666
                        vc_userprofile.currPort := PX_IMS_TS_SCSCF_PORT;                        // via (Mw interface of TS)
680
            vc_userprofile.currPort := PX_IMS_TS_SCSCF_PORT;                    // via (Mw interface of TS)
667
                        vc_userprofile.currIpaddr := PX_IMS_TS_SCSCF_IPADDR;            // via
681
            vc_userprofile.currIpaddr := PX_IMS_TS_SCSCF_IPADDR;                // via
668
                        vc_userprofile.contactPort := PX_IMS_TS_UE4_PORT;                       // contact (simulated UE)
682
            vc_userprofile.contactPort := PX_IMS_TS_UE4_PORT;                   // contact (simulated UE)
669
                        vc_userprofile.contactIpaddr := PX_IMS_TS_UE4_IPADDR;           // contact
683
            vc_userprofile.contactIpaddr := PX_IMS_TS_UE4_IPADDR;               // contact
670
                        vc_userprofile.bearerIpaddr := PX_IMS_SUT_UE4_BEARER_IPADDR;   
684
            vc_userprofile.bearerIpaddr := PX_IMS_SUT_UE4_BEARER_IPADDR;       
Line 771... Line 785...
771
                                case (c_userProfile_PCSCFwithHomeUE) {
785
                                case (c_userProfile_PCSCFwithHomeUE) {
772
                                                p_sipUrl.userInfo := {userOrTelephoneSubscriber:=PX_IMS_TS_IMS1UE_PUBLIC_USER, password:=omit};
786
                                                p_sipUrl.userInfo := {userOrTelephoneSubscriber:=PX_IMS_TS_IMS1UE_PUBLIC_USER, password:=omit};
773
                                                p_sipUrl.hostPort := {host := PX_IMS_TS_PCSCF_IPADDR, portField :=omit}
787
                                                p_sipUrl.hostPort := {host := PX_IMS_TS_PCSCF_IPADDR, portField :=omit}
774
                                }
788
                                }
775
                                case (c_userProfile_SCSCFwithHomeUE) {
789
                                case (c_userProfile_SCSCFwithHomeUE) {
776
                                                p_sipUrl.userInfo := {userOrTelephoneSubscriber:=PX_IMS_TS_IMS1UE_PUBLIC_USER, password:=omit};
790
                                                p_sipUrl.userInfo := {userOrTelephoneSubscriber:=PX_IMS_SUT_UE4_PUBLIC_USER, password:=omit};
777
                                                p_sipUrl.hostPort := {host := PX_IMS_TS_SCSCF_HOME_DOMAIN, portField :=PX_IMS_TS_SCSCF_PORT}
791
                                                p_sipUrl.hostPort := {host := PX_IMS_TS_SCSCF_HOME_DOMAIN, portField :=PX_IMS_TS_SCSCF_PORT}
-
 
792
                                }
778
//                              case (c_userProfile_SCSCFwithHomeUE) {
793
                                case (c_userProfile_SCSCFwithHomeUE_domain) {
779
//                                              p_sipUrl.userInfo := {userOrTelephoneSubscriber:=PX_IMS_TS_IMS1UE_PUBLIC_USER, password:=omit};
794
                                                p_sipUrl.userInfo := {userOrTelephoneSubscriber:=PX_IMS_SUT_UE4_PUBLIC_USER, password:=omit};
780
//                                              p_sipUrl.hostPort := {host := PX_IMS_TS_IMS1UE_HOME_DOMAIN, portField :=omit}
795
                                                p_sipUrl.hostPort := {host := PX_IMS_TS_SCSCF_HOME_DOMAIN, portField :=omit}
781
                                }
796
                                }
782
                case (c_userProfile_AS1) {
797
                case (c_userProfile_AS1) {
783
                        p_sipUrl.userInfo := {userOrTelephoneSubscriber:=PX_IMS_TS_IMS1UE_PUBLIC_USER, password:=omit};
798
                        p_sipUrl.userInfo := {userOrTelephoneSubscriber:=PX_IMS_TS_IMS1UE_PUBLIC_USER, password:=omit};
784
                        p_sipUrl.hostPort := {host := PX_IMS_TS_AS1_IPADDR, portField :=omit}
799
                        p_sipUrl.hostPort := {host := PX_IMS_TS_AS1_IPADDR, portField :=omit}
785
                }                
800
                }