Project

General

Profile

Actions

Bug #2930

closed

MSC_Tests TTCN problem with odd-length MSISDN numbers

Added by laforge about 6 years ago. Updated over 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
02/11/2018
Due date:
% Done:

0%

Resolution:
Spec Reference:
Tags:

Description

There's a bug somewhere related to matching of odd-length MSISDN numbers in the OsmoMSC TTCN-3 test suite.

For example, in f_mt_call(), the following section works with an even digitlength (123456) but not with an odd digit length (12345):

+       //FIXME: odd digits var CallParameters cpars := valueof(t_CallParams('12345'H, 0));
+       var CallParameters cpars := valueof(t_CallParams('123456'H, 0));
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)