dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/30839 )
Change subject: cards: fix typo
......................................................................
cards: fix typo
Change-Id: I81a6074776bdf67b7bea359fe7a24f906936f46d
---
M pySim/cards.py
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/39/30839/1
diff --git a/pySim/cards.py b/pySim/cards.py
index 4eff38c..b8a37d4 100644
--- a/pySim/cards.py
+++ b/pySim/cards.py
@@ -1331,13 +1331,13 @@
print(
"Warning: Programming of the ICCID is not implemented for this type of card.")
- # KI (Presumably a propritary file)
+ # KI (Presumably a proprietary file)
# TODO: Add programming of KI
if p.get('ki'):
print(
"Warning: Programming of the KI is not implemented for this type of card.")
- # OPc (Presumably a propritary file)
+ # OPc (Presumably a proprietary file)
# TODO: Add programming of OPc
if p.get('opc'):
print(
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/30839
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I81a6074776bdf67b7bea359fe7a24f906936f46d
Gerrit-Change-Number: 30839
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-MessageType: newchange
Attention is currently required from: fixeria.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/30827 )
Change subject: bsc: Submit valid l3 payload
......................................................................
Set Ready For Review
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/30827
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: I6e99ac39f32c9a981420b73f8d7d1568d2fa1c54
Gerrit-Change-Number: 30827
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 03 Jan 2023 12:16:31 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: arehbein, pespin.
neels has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/30703 )
Change subject: libosmocore: Transition to use of 'telnet_init_default'
......................................................................
Patch Set 4:
(1 comment)
Patchset:
PS4:
> I'm not asking you to change all the patches. […]
FYI, you cannot change patches that have been merged to master.
we can always merge more patches fixing earlier errors, but we cannot amend commit log messages once merged.
(theoretically we could, with a force push rewriting history, but the master branch should not receive force pushes.)
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/30703
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ibd05d3bc2736256aa45e9e7ec15a98bd14a10454
Gerrit-Change-Number: 30703
Gerrit-PatchSet: 4
Gerrit-Owner: arehbein <arehbein(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: arehbein <arehbein(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 03 Jan 2023 11:29:17 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: arehbein <arehbein(a)sysmocom.de>
Comment-In-Reply-To: neels <nhofmeyr(a)sysmocom.de>
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment
Attention is currently required from: laforge, msuraev.
Hello Jenkins Builder, laforge,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmo-abis/+/30717
to look at the new patch set (#6).
Change subject: GPRS Trau frame encoder/decoder for Ericsson RBS
......................................................................
GPRS Trau frame encoder/decoder for Ericsson RBS
The Ericsson RBS BTS family is using a propritary TRAU frame dialect to
communicate with the GPRS/EGPRS part of their CCU. There are essentially
two implementations available:
- GPRS over 16kbps I.460 subslots (very limited, supports only CS1 and CS4)
- GPRS/EGPRS over full 64kbps timeslots (supports CS1-4 and MCS1-9)
Change-Id: Ib2b232a76588c32cde75b987a7e5fdfddf099cd7
Related: OS#5198
---
M include/Makefile.am
A include/osmocom/trau/trau_pcu_ericsson.h
M src/Makefile.am
A src/trau/trau_pcu_ericsson.c
M tests/Makefile.am
M tests/testsuite.at
A tests/trau_pcu_ericsson/trau_pcu_ericsson_test.c
A tests/trau_pcu_ericsson/trau_pcu_ericsson_test.ok
8 files changed, 6,266 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/17/30717/6
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/30717
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: Ib2b232a76588c32cde75b987a7e5fdfddf099cd7
Gerrit-Change-Number: 30717
Gerrit-PatchSet: 6
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-CC: msuraev <msuraev(a)sysmocom.de>
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: msuraev <msuraev(a)sysmocom.de>
Gerrit-MessageType: newpatchset