From ron.menez at entropysolution.com Mon Mar 16 14:37:38 2020 From: ron.menez at entropysolution.com (Ron) Date: Mon, 16 Mar 2020 14:37:38 +0000 Subject: New Mobile Phone Models - Latching Issue using OSMO-NITB - Connection Drops approx after 3 Minutes Message-ID: <82EE2E43-6059-4888-BA16-81480C8E6BBF@entropysolution.com> Hi Community, Does anyone experiences, in newer phone models, that after a successful latched to OSMO-NITB, it will dropped its connection in a few minutes? We have experienced this issue to the following mobile phone models: 1. iPhone X - Software Version - 13.3 (Connection drops approximately after 3 minutes) 2. Samsung S10 (Connection drops after 1 - 3 minutes) 3. Samsung Note 9 Best Regards, Ron Menez -------------- next part -------------- An HTML attachment was scrubbed... URL: From laforge at osmocom.org Thu Mar 19 07:55:06 2020 From: laforge at osmocom.org (Harald Welte) Date: Thu, 19 Mar 2020 08:55:06 +0100 Subject: Use of anytype in Osmocom TTCN-3 tests / TITAN Message-ID: <20200319075506.GC1877398@nataraja> Hi Vadim, 22:22 < fixeria> LaF0rge: oh, we already have 'template anytype' in pcu/PCUIF_RAW_Components.ttcn 22:23 < fixeria> ... and that's my code :P 22:26 < fixeria> yay, it even compiles 22:39 < fixeria> but does not work as expected: "error: Type mismatch: a value or template of type `@Osmocom_Types.anytype' was expected instead of `integer'" 22:41 < fixeria> I am testing against uint8_t which is defined exactly in Osmocom_Types :/ 22:52 < fixeria> LaF0rge: pespin_: https://pastebin.com/EL9JUqq9 Please see https://www.eclipse.org/forums/index.php?t=msg&th=1074288&goto=1721710&#msg_1721710 for how to use anytype in TITAN So if I modify the last line of Osmocom_Types.ttcn with your patch from https://pastebin.com/EL9JUqq9 attached to this: } with { encode "RAW"; variant "FIELDORDER(msb)" extension "anytype OCT1" } The errors about the non-existant OCT1 field in anytype are gone. This is of course not nice, but maybe a work-around to explicitly list those types at the end for now? Regards, Harald -- - Harald Welte http://laforge.gnumonks.org/ ============================================================================ "Privacy in residential applications is a desirable marketing option." (ETSI EN 300 175-7 Ch. A6) From axilirator at gmail.com Thu Mar 19 10:02:44 2020 From: axilirator at gmail.com (Vadim Yanitskiy) Date: Thu, 19 Mar 2020 17:02:44 +0700 Subject: Use of anytype in Osmocom TTCN-3 tests / TITAN In-Reply-To: <20200319075506.GC1877398@nataraja> References: <20200319075506.GC1877398@nataraja> Message-ID: Hi Harald, > Please see https://www.eclipse.org/forums/index.php?t=msg&th=1074288&goto=1721710&#msg_1721710 for how to use anytype in TITAN thank you! I was too sleepy to investigate. What a surprise from TITAN! > The errors about the non-existant OCT1 field in anytype are gone. As an experiment, I tried to move the test case to BTS_Tests.ttcn and TITAN generated C++ code without any errors. Nice! But now g++ fails to compile that code: Osmocom_Types.cc:1389:24: error: ?OCT1? was not declared in this scope; did you mean ?General__Types::OCT1?? so I am giving up on this. > This is of course not nice, but maybe a work-around to explicitly list those types > at the end for now? I think for now it's fine to have one function per type as Pau did in [1]. I was just looking for a way to generalize this somehow. The ternary operator would be way more elegant and universal solution, so I will do my best to move this forward as soon as I have time. [1] https://git.osmocom.org/osmo-ttcn3-hacks/commit/?h=pespin/pcu-cap&id=2422d1fa829d156ed7ea9343e2cdf0109034029d With best regards, Vadim Yanitskiy. From nhofmeyr at sysmocom.de Mon Mar 30 15:24:54 2020 From: nhofmeyr at sysmocom.de (Neels Hofmeyr) Date: Mon, 30 Mar 2020 17:24:54 +0200 Subject: New Mobile Phone Models - Latching Issue using OSMO-NITB - Connection Drops approx after 3 Minutes In-Reply-To: <82EE2E43-6059-4888-BA16-81480C8E6BBF@entropysolution.com> References: <82EE2E43-6059-4888-BA16-81480C8E6BBF@entropysolution.com> Message-ID: <20200330152454.GA5719@my.box> On Mon, Mar 16, 2020 at 02:37:38PM +0000, Ron wrote: > Does anyone experiences, in newer phone models, that after a successful latched to OSMO-NITB, it will dropped its connection in a few minutes? > > We have experienced this issue to the following mobile phone models: > > 1. iPhone X - Software Version - 13.3 (Connection drops approximately after 3 minutes) > 2. Samsung S10 (Connection drops after 1 - 3 minutes) > 3. Samsung Note 9 I think some phones drop out of the network when they cannot establish both a CS and a PS attach, but it's just guessing and I have no details on these particular models. ~N -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: From oldtraf1999 at gmail.com Mon Mar 16 12:52:54 2020 From: oldtraf1999 at gmail.com (Igor Kim) Date: Mon, 16 Mar 2020 12:52:54 -0000 Subject: OsmoSTP connection Message-ID: Hello dears! I try to connect 2 STPs to each other via Sigtran M3UA protocol. But I don't understand, why my connection is fault. Could you please check my configuration? STP1 STP2 point-code 0.12.4 point-code 0.12.4 port 2905 port 2906 IP 172.18.141.1 IP 172.18.142.2 Me configuration is: STP1 cs7 instance 1 network-indicator reserved point-code 0.12.4 asp stp2 2906 2905 m3ua local-ip 172.18.141.1 remote-ip 172.18.142.2 role asp sctp-role client as stp2 m3ua asp stp2 traffic-mode override routing-key 0 0.25.0 route-table system STP2 cs7 instance 1 network-indicator reserved point-code 0.25.0 asp stp1 2905 2906 m3ua local-ip 172.18.142.2 remote-ip 172.18.141.1 role sg as stp1 m3ua asp stp1 traffic-mode override routing-key 0 0.12.4 route-table system listen m3ua 2906 accept-asp-connections dynamic-permitted Thanks in advance! -------------- next part -------------- An HTML attachment was scrubbed... URL: