Rev

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

Rev 520 Rev 523
Line 4... Line 4...
4
 *      @desc           This module provides the functions used by the test component
4
 *      @desc           This module provides the functions used by the test component
5
 *              for SIP-SMS over IMS as specified in 3GPP 24.341 tests.
5
 *              for SIP-SMS over IMS as specified in 3GPP 24.341 tests.
6
 */
6
 */
7
module LibSip_SMSFunctions {
7
module LibSip_SMSFunctions {
8
    import from LibSip_SMSTypesAndValues all;
8
    import from LibSip_SMSTypesAndValues all;
9
    import from LibSip_SMSTemplates all;
-
 
10
   
9
   
11
    function f_IA5_2oct(charstring p_ASCII_String)
10
    function f_IA5_2oct(charstring p_ASCII_String)
12
    return octetstring
11
    return octetstring
13
    {
12
    {
14
        var integer i;
13
        var integer i;