Rev

Rev 103 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | Bug Tracker

Rev 103 Rev 112
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 99 2010-09-22 09:48:06Z poglitsch $
3
 *  @version    $Id: LibIms_Steps.ttcn 112 2010-11-05 11:39:29Z 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 812... Line 812...
812
                                                p_sipUrl.hostPort := {host := PX_IMS_SUT_PCSCF1_IPADDR, portField :=PX_IMS_SUT_PCSCF1_PORT}
812
                                                p_sipUrl.hostPort := {host := PX_IMS_SUT_PCSCF1_IPADDR, portField :=PX_IMS_SUT_PCSCF1_PORT}
813
                                                }
813
                                                }
814
                                case (c_conferenceProfile_factoryURI) {
814
                                case (c_conferenceProfile_factoryURI) {
815
                                p_sipUrl.userInfo := {userOrTelephoneSubscriber:=PX_IMS_SUT_CONF_FACTORY_NAME, password:=omit};
815
                                p_sipUrl.userInfo := {userOrTelephoneSubscriber:=PX_IMS_SUT_CONF_FACTORY_NAME, password:=omit};
816
                                p_sipUrl.hostPort := {host := PX_IMS_SUT_CONF_HOME_DOMAIN, portField := PX_IMS_SUT_CONF_PORT}
816
                                p_sipUrl.hostPort := {host := PX_IMS_SUT_CONF_HOME_DOMAIN, portField := PX_IMS_SUT_CONF_PORT}
-
 
817
                                }
-
 
818
                case (c_userProfile_AS1) {
-
 
819
                    p_sipUrl.userInfo := {userOrTelephoneSubscriber:=PX_IMS_TS_IMS1UE_PUBLIC_USER, password:=omit};
-
 
820
                    p_sipUrl.hostPort := {host := PX_IMS_TS_AS1_HOME_DOMAIN, portField := PX_IMS_TS_AS1_PORT}
817
                                }                                              
821
                }                                              
818
                                };
822
                                };
819
                        return(p_sipUrl)
823
                        return(p_sipUrl)
820
                }
824
                }
821
825