Project

General

Profile

Actions

Bug #4282

closed

ttnc3-sip-test{,-latest} fail since 2019-11-24

Added by osmith over 4 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
-
Start date:
11/27/2019
Due date:
% Done:

100%

Resolution:
Spec Reference:

Description

The bug relates to changes in osmo-ttcn3-hacks.git, where several commits where merged over the weekend. With older commit 26cd244, everything is still working. I'm currently running a bisect script to find the commit that broke it.

Actions #1

Updated by osmith over 4 years ago

  • % Done changed from 10 to 20

06b859ca314f53a902329ed95848dbafef1d4f87 is the first bad commit

commit 06b859ca314f53a902329ed95848dbafef1d4f87
Author: Neels Hofmeyr <neels@hofmeyr.de>
Date:   Tue Nov 12 01:23:04 2019 +0100

    msc: add sdp to MNCC

    SDP is added to the MNCC protocol in osmo-msc
    Ie16f0804c4d99760cd4a0c544d0889b6313eebb7.
    This patch adds SDP to the ttcn3 MNCC messaging.

    These changes still work with current osmo-msc master that doesn't send SDP /
    ignores received SDP in MNCC.

    Change-Id: Ic9568c8927507e161aadfad1a4d20aa896d8ae30
Actions #2

Updated by osmith over 4 years ago

This appears to be the problem, it does not happen when using the previous osmo-ttcn3-hacks.git commit.

osmo-sip-connector.log:

mncc.c:936 Reconnected to /data/unix/mncc
mncc.c:961 MNCC rcvd message type: MNCC_SOCKET_HELLO
mncc.c:841 Got hello message version 5
mncc.c:961 MNCC rcvd message type: MNCC_SETUP_IND
mncc.c:477 gsm_mncc of wrong size 1860 vs. 836

So osmo-sip-connector can't handle additional data at the end of the MNCC packets, while OsmoMSC ignores them.

Actions #3

Updated by osmith over 4 years ago

  • % Done changed from 20 to 60

I have the tests working locally again, after patching out the "wrong size" check in osmo-sip-connector (not sure if right approach, I'll discuss with Neels) and after fixing the tr_ templates, so they will match again:

13:15:27.516387 5 SIP_Tests.ttcn:219 Message enqueued on MNCC from SIP_Test-MNCC(3) @MNCC_Types.MNCC_PDU : {
    msg_type := MNCC_RTP_CONNECT (517),
    u := {
        rtp := {
            callref := 5001,
            ip := 0,
            rtp_port := 0,
            payload_type := 0,
            payload_msg_type := 0,
            sdp := "0" 
        }
    }
} id 3
13:15:27.516604 5 SIP_Tests.ttcn:221 Matching on port MNCC .u.rtp.sdp := "0" with "" unmatched: First message in the queue does not match the template: 

WIP branch: osmith/fix-sipcon (osmo-ttcn3-hacks.git, osmo-sip-connector.git)

Actions #4

Updated by osmith over 4 years ago

  • % Done changed from 60 to 90

Patches submitted:

https://gerrit.osmocom.org/q/topic:sipcon-ttcn3-fix

This will make it work with osmo-sip-connector from master. It doesn't seem worth it to also make it work with -latest, because then we would need to have another set of templates and a configuration switch to use them instead of the new ones.

Actions #5

Updated by osmith over 4 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 90 to 100
Actions #6

Updated by osmith over 4 years ago

Harald said in the meeting, that we won't make new releases of current master just to get the TTCN-3 tests working again. So I've prepared a patch release on top of the last release for osmo-sip-connector, that just adds the two line patch that makes the testsuite work with it again. It's currently in gerrit (same topic as other patches).

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)