Attention is currently required from: laforge.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-remsim/+/28565
to look at the new patch set (#2).
Change subject: client: Log TPDU/ATR/PTS/slotStatus at INFO or NOTICE level
......................................................................
client: Log TPDU/ATR/PTS/slotStatus at INFO or NOTICE level
Closes: OS#5615
Change-Id: I9b54a53ef2809c9bfd110636a9ccb0c0d8c90cda
---
M src/client/main_fsm.c
1 file changed, 18 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/65/28565/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/28565
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: I9b54a53ef2809c9bfd110636a9ccb0c0d8c90cda
Gerrit-Change-Number: 28565
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: laforge, fixeria.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-remsim/+/28563 )
Change subject: Install + package remsim-apitool as separate sub-package
......................................................................
Set Ready For Review
--
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/28563
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: I11d779f66833b5294ffeb422ce6b2a705719a899
Gerrit-Change-Number: 28563
Gerrit-PatchSet: 4
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-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 13 Jul 2022 07:12:34 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-remsim/+/28588 )
Change subject: debian/control: Don't use misc:Package
......................................................................
debian/control: Don't use misc:Package
dpkg-gencontrol: warning: package osmo-remsim-doc: substitution variable ${misc:Package} used, but is not defined
dpkg-gencontrol: warning: package osmo-remsim-doc: substitution variable ${misc:Package} used, but is not defined
and indeed, the variable seems to substitute to an empty string,
resulting in
$ apt-cache search osmo-remsim-doc
osmo-remsim-doc/unknown 1.0.0 all
PDF documentation
Change-Id: I58d267ea61dd9d71e7b9e630e71fd2f64f274569
---
M debian/control
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/88/28588/1
diff --git a/debian/control b/debian/control
index b899b0f..a9e2e56 100644
--- a/debian/control
+++ b/debian/control
@@ -105,5 +105,5 @@
Section: doc
Priority: optional
Depends: ${misc:Depends}
-Description: ${misc:Package} PDF documentation
- User manual for ${misc:Package} in PDF format.
+Description: Osmocom Remote SIM documentation
+ User manual for Osmocom Remote SIM in PDF format.
--
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/28588
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: I58d267ea61dd9d71e7b9e630e71fd2f64f274569
Gerrit-Change-Number: 28588
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange
laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-remsim/+/28564 )
Change subject: bankd: Log not just ModemToCard but also CardToModem
......................................................................
bankd: Log not just ModemToCard but also CardToModem
This way we'll get a full trace of commands and repsonses.
Right now the log only shows one direction which is a bit odd.
Related: OS#5615
Change-Id: Ia2de0b850ce78074a411cf0edebfb3ad19253d34
---
M src/bankd/bankd_main.c
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
diff --git a/src/bankd/bankd_main.c b/src/bankd/bankd_main.c
index 8c1c9a8..b28eec9 100644
--- a/src/bankd/bankd_main.c
+++ b/src/bankd/bankd_main.c
@@ -746,6 +746,7 @@
if (rc < 0)
return rc;
+ LOGW(worker, "Tx RSPRO tpduCardToModem(%s)\n", osmo_hexdump_nospc(rx_buf, rx_buf_len));
/* encode response PDU and send it */
pdu_resp = rspro_gen_TpduCard2Modem(&mdm2sim->toBankSlot, &mdm2sim->fromClientSlot,
rx_buf, rx_buf_len);
--
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/28564
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: Ia2de0b850ce78074a411cf0edebfb3ad19253d34
Gerrit-Change-Number: 28564
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-remsim/+/28564 )
Change subject: bankd: Log not just ModemToCard but also CardToModem
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/28564
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: Ia2de0b850ce78074a411cf0edebfb3ad19253d34
Gerrit-Change-Number: 28564
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 13 Jul 2022 05:32:58 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-remsim/+/28561 )
Change subject: bankd: log BankID:SlotNr in every log line
......................................................................
bankd: log BankID:SlotNr in every log line
It's relatively inconvenient having to mentally map the slot-number to a
thread-id on every (re)connect to correlate the logs.
The logs should contain the Bank/Slot number they relate to.
Closes: OS#5611
Change-Id: I84879609781a301338dacde7ff495632e3af08b9
---
M src/bankd/bankd.h
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, but someone else must approve
pespin: Looks good to me, approved
diff --git a/src/bankd/bankd.h b/src/bankd/bankd.h
index c007802..9bf9bc9 100644
--- a/src/bankd/bankd.h
+++ b/src/bankd/bankd.h
@@ -20,7 +20,7 @@
extern struct value_string worker_state_names[];
#define LOGW(w, fmt, args...) \
- LOGP(DBANKDW, LOGL_INFO, "[%03u %s] " fmt, (w)->num, get_value_string(worker_state_names, (w)->state), \
+ LOGP(DBANKDW, LOGL_INFO, "[%03u B%u:%u %s] " fmt, (w)->num, (w)->slot.bank_id, (w)->slot.slot_nr, get_value_string(worker_state_names, (w)->state), \
## args)
struct bankd;
--
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/28561
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: I84879609781a301338dacde7ff495632e3af08b9
Gerrit-Change-Number: 28561
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged
Attention is currently required from: pespin.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-cbc/+/28586 )
Change subject: rest_api: Fix cbs.data_user_len not set in 'payload_encoded'
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/osmo-cbc/+/28586
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: I519cf300cd01e8c2728babeaa77b8486f47115be
Gerrit-Change-Number: 28586
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 13 Jul 2022 05:31:58 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/28587 )
Change subject: tests/amr: fix less-than-zero comparison of an unsigned value
......................................................................
tests/amr: fix less-than-zero comparison of an unsigned value
Change-Id: I3857095f6ec27330e95da7fe58bef8c053284a5f
Fixes: CID#274725
---
M tests/amr/amr_test.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
diff --git a/tests/amr/amr_test.c b/tests/amr/amr_test.c
index 69ba723..d332eaa 100644
--- a/tests/amr/amr_test.c
+++ b/tests/amr/amr_test.c
@@ -209,7 +209,7 @@
{
uint8_t buf[256];
uint8_t buf_chk[256];
- unsigned int ft;
+ int ft;
unsigned int i = 0;
int len;
--
To view, visit https://gerrit.osmocom.org/c/libosmo-netif/+/28587
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I3857095f6ec27330e95da7fe58bef8c053284a5f
Gerrit-Change-Number: 28587
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged