pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-cbc/+/28716 )
Change subject: Make cbsp,sbcap mgr available in data model
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/osmo-cbc/+/28716
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: I60c3ded80c38bcf50b831c6e9db719a8d2cba5b1
Gerrit-Change-Number: 28716
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-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 22 Jul 2022 11:14:39 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/28730 )
Change subject: Bump version: 0.1.1
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
Once merged, I'll push a 0.1.1 tag pointing to this patch. This will allow having osmo-dia2gsup in osmocom:latest.
--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/28730
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: erlang/osmo_dia2gsup
Gerrit-Branch: master
Gerrit-Change-Id: I30c104822a96d14f80cad320b801149f38b886b7
Gerrit-Change-Number: 28730
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Comment-Date: Fri, 22 Jul 2022 10:57:48 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: laforge.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/pysim/+/28725 )
Change subject: Introduce APDU/TPDU trace decoder
......................................................................
Patch Set 1:
(2 comments)
File pySim/gsmtap.py:
https://gerrit.osmocom.org/c/pysim/+/28725/comment/8960a263_adf7d995
PS1, Line 153: Int8ub
> Well, the check in the code allows us to be more flexible, I think it's one of those situation where […]
One advantage of using Const is that the parser will fail early with a clean error message, and not somewhere in the middle with less obvious reason like ShortRead. The version check below is done after parsing, so it only works if the bytestream was parsed without exceptions. I any case, this is not critical, you can keep this unchanged.
File pySim/ts_31_102.py:
https://gerrit.osmocom.org/c/pysim/+/28725/comment/5e0495d8_671c6d30
PS1, Line 303: # 3gPP TS 31.102 Section 7.5.2.1
> why is it unrelated? That DataObject is referenced in the tracer: […]
Ah, indeed. Nevermind.
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/28725
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I862d93163d495a294364168f7818641e47b18c0a
Gerrit-Change-Number: 28725
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Fri, 22 Jul 2022 10:55:28 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: comment
Attention is currently required from: fixeria.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/pysim/+/28725 )
Change subject: Introduce APDU/TPDU trace decoder
......................................................................
Patch Set 1:
(2 comments)
File pySim/gsmtap.py:
https://gerrit.osmocom.org/c/pysim/+/28725/comment/a23abdea_c457679f
PS1, Line 153: Int8ub
> I would use Const(b'\x02') to enforce GSMTAPv2 (GSMTAP_VERSION).
Well, the check in the code allows us to be more flexible, I think it's one of those situation where I can't say one is clearly better than the other.
File pySim/ts_31_102.py:
https://gerrit.osmocom.org/c/pysim/+/28725/comment/747256b9_e697db5a
PS1, Line 303: # 3gPP TS 31.102 Section 7.5.2.1
> unrelated?
why is it unrelated? That DataObject is referenced in the tracer:
pySim/apdu/ts_31_102.py:from pySim.ts_31_102 import SUCI_TlvDataObject
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/28725
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I862d93163d495a294364168f7818641e47b18c0a
Gerrit-Change-Number: 28725
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 22 Jul 2022 10:42:19 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: comment