Attention is currently required from: falconia, fixeria, laforge.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/36669?usp=email )
Change subject: gsm0808: add knowledge of TW-TS-003 BSSMAP IE
......................................................................
Patch Set 2:
(1 comment)
File src/gsm/gsm0808.c:
https://gerrit.osmocom.org/c/libosmocore/+/36669/comment/c9fefd13_30f1a72d
PS1, Line 2316: [GSM0808_IE_THEMWI_RTP_EXTENSIONS] = { TLV_TYPE_TV },
You may want to keep this as TLV to match the Abis IE.
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/36669?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Idd6f1838bdc0cd71a2f6357e9b6d8b8fa4f7c46c
Gerrit-Change-Number: 36669
Gerrit-PatchSet: 2
Gerrit-Owner: falconia <falcon(a)freecalypso.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: falconia <falcon(a)freecalypso.org>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 09 May 2024 13:59:35 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: laforge.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36755?usp=email )
Change subject: asterisk: Implement AMI_Adapter using IPL4 instead of TELNET
......................................................................
Patch Set 2:
(2 comments)
Commit Message:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36755/comment/91813d64_5044…
PS2, Line 26: ": " token in the value. I'd expect TEXT decoder to put all subsequent
> pleas do make sure to report each of those to the eclipse TITAN forum. […]
Ack, Vadim is going to give a look at those and we'll end up probably reporting them.
But I wanted first to focus on getting a bit more through the test infrastructures with all the events being parsed and tests passing.
File asterisk/AMI_Functions.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36755/comment/5fd92a3e_d676…
PS2, Line 189: welcome_str := "Asterisk Call Manager/9.0.0\r\n"
> wouldn't this better be a regex? so that code could match multiple different versions, or ignore ver […]
Yes I already though about this possiblity, it can probably be done but I'm so far focusing on getting the whole thing working together.
I think we can fix and improve small parts like this afterwards.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36755?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Icaf2860c1dd4befa4498f0d176cfadf26cfa8d1d
Gerrit-Change-Number: 36755
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Thu, 09 May 2024 12:38:35 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: comment
Attention is currently required from: fixeria, laforge, osmith.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36754?usp=email )
Change subject: Misc_Helpers.ttcn: Add some more string handling API helpers
......................................................................
Patch Set 1:
(1 comment)
File library/Misc_Helpers.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36754/comment/451a70f7_ca48…
PS1, Line 83: function f_str_endswith(charstring str, charstring token) return boolean
: {
> you are aware that TTCN-3 supports [some] regular expression? I'd expect matching a string start or […]
Well for instance python also supports regular expressions (https://docs.python.org/3/howto/regex.html) and it still has too an endswith() method (https://www.w3schools.com/python/ref_string_endswith.asp).
So I think the fact that tons of stuff can be done with regular expressions doesn't mean that it's not handy having some common funcionalitites available with specific APIs. Makes it quicker to develop and understand code rather than having to look at regexp (I may confess I'm not an expert by any means regarding regexp).
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36754?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I3d6da125a10807b7a2f3ecad8145a046a322c7d6
Gerrit-Change-Number: 36754
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 09 May 2024 12:33:33 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: comment
fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/36761?usp=email )
Change subject: tests/osmo-bts.vty: aligh with recent libosmovty changes
......................................................................
tests/osmo-bts.vty: aligh with recent libosmovty changes
A new command was recently added to libosmovty:
show fsm-state-graph NAME
This is now the longest command, affecting spacing in the output
of 'show ?' command. Align spacing to make the test pass again.
Change-Id: I80f896e45a88550909c5767169286fc321a36e56
Related: libosmocore.git I09ee0a8c3fc4b1aa991ab5c93c0b654fccd7ea4c
---
M tests/osmo-bts.vty
1 file changed, 33 insertions(+), 16 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/61/36761/1
diff --git a/tests/osmo-bts.vty b/tests/osmo-bts.vty
index 97629d0..a51ad63 100644
--- a/tests/osmo-bts.vty
+++ b/tests/osmo-bts.vty
@@ -19,14 +19,14 @@
OsmoBTS> show ?
...
- bts Display information about a BTS
- trx Display information about a TRX
- timeslot Display information about a TS
- lchan Display information about a logical channel
- timer Show timers
- e1_driver Display information about available E1 drivers
- e1_line Display information about a E1 line
- e1_timeslot Display information about a E1 timeslot
+ bts Display information about a BTS
+ trx Display information about a TRX
+ timeslot Display information about a TS
+ lchan Display information about a logical channel
+ timer Show timers
+ e1_driver Display information about available E1 drivers
+ e1_line Display information about a E1 line
+ e1_timeslot Display information about a E1 timeslot
...
OsmoBTS> show bts ?
[<0-255>] BTS Number
@@ -120,14 +120,14 @@
OsmoBTS# show ?
...
- bts Display information about a BTS
- trx Display information about a TRX
- timeslot Display information about a TS
- lchan Display information about a logical channel
- timer Show timers
- e1_driver Display information about available E1 drivers
- e1_line Display information about a E1 line
- e1_timeslot Display information about a E1 timeslot
+ bts Display information about a BTS
+ trx Display information about a TRX
+ timeslot Display information about a TS
+ lchan Display information about a logical channel
+ timer Show timers
+ e1_driver Display information about available E1 drivers
+ e1_line Display information about a E1 line
+ e1_timeslot Display information about a E1 timeslot
...
OsmoBTS# show bts ?
[<0-255>] BTS Number
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/36761?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I80f896e45a88550909c5767169286fc321a36e56
Gerrit-Change-Number: 36761
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange