fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/32332 )
Change subject: flags: add missing entries to bts_impl_flag_desc[]
......................................................................
flags: add missing entries to bts_impl_flag_desc[]
The following output can be seen when doing 'show bts' in the VTY:
BTS model specific (internal) flags:
001 Measurement and Payload data combined
003 unknown 0x8
Fix this by adding the missing values to the value-string array.
Change-Id: I83e5065f9f80b4f81e9767f184c8dc027883025a
Fixes: 0277cddab "sysmo,oc2g,lc15: Make RadioChannel MO depend on RadioCarrier MO"
Fixes: ee5eb6169 "l1sap: check if BTS model supports interference reporting"
---
M src/common/bts.c
1 file changed, 21 insertions(+), 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/common/bts.c b/src/common/bts.c
index a35c6d5..e50eaf8 100644
--- a/src/common/bts.c
+++ b/src/common/bts.c
@@ -202,6 +202,8 @@
const struct value_string bts_impl_flag_desc[] = {
{ BTS_INTERNAL_FLAG_MS_PWR_CTRL_DSP, "DSP/HW based MS Power Control Loop" },
{ BTS_INTERNAL_FLAG_MEAS_PAYLOAD_COMB, "Measurement and Payload data combined" },
+ { BTS_INTERNAL_FLAG_NM_RCHANNEL_DEPENDS_RCARRIER, "OML RadioChannel MO depends on RadioCarrier MO" },
+ { BTS_INTERNAL_FLAG_INTERF_MEAS, "Uplink interference measurements" },
{ 0, NULL }
};
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/32332
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I83e5065f9f80b4f81e9767f184c8dc027883025a
Gerrit-Change-Number: 32332
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/32330 )
Change subject: stp: Expand osmo-stp.cfg for "norctx" tests
......................................................................
Patch Set 2:
(2 comments)
File ttcn3-stp-test/osmo-stp.cfg:
https://gerrit.osmocom.org/c/docker-playground/+/32330/comment/7300004e_e29…
PS1, Line 49: 0
> trailing zero here ...
Done
https://gerrit.osmocom.org/c/docker-playground/+/32330/comment/45fa074d_8a9…
PS1, Line 75: asp asp-client60-norctx m3ua
> Sorry to see that 6 days later this has still not been taken over by nhofmeyr. […]
Done
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/32330
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ie00d96d04dd36c71c79f3b73713c3fe1c26a5145
Gerrit-Change-Number: 32330
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-CC: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Comment-Date: Sat, 22 Apr 2023 01:55:20 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: neels <nhofmeyr(a)sysmocom.de>
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: comment
Attention is currently required from: neels.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/docker-playground/+/32330
to look at the new patch set (#2).
Change subject: stp: Expand osmo-stp.cfg for "norctx" tests
......................................................................
stp: Expand osmo-stp.cfg for "norctx" tests
In osmo-ttcn3-hacks.git I81052ece7d1cc8b43da6155356ed1c4d9620acdc
we're adding support for so-called "norctrx"tests, covering
operation without routing-context IEs. For this, we need additional
AS/ASP definitions in the osmo-stp.cfg
Change-Id: Ie00d96d04dd36c71c79f3b73713c3fe1c26a5145
Related: OS#6003
---
M ttcn3-stp-test/osmo-stp.cfg
1 file changed, 37 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/30/32330/2
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/32330
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ie00d96d04dd36c71c79f3b73713c3fe1c26a5145
Gerrit-Change-Number: 32330
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Attention: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: newpatchset
Attention is currently required from: neels.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/32330 )
Change subject: stp: Expand osmo-stp.cfg for "norctx" tests
......................................................................
Patch Set 1:
(1 comment)
File ttcn3-stp-test/osmo-stp.cfg:
https://gerrit.osmocom.org/c/docker-playground/+/32330/comment/9b4de6e8_812…
PS1, Line 75: asp asp-client60-norctx m3ua
> I don't have a way to realistically test the dockerized setup while travelling. […]
Sorry to see that 6 days later this has still not been taken over by nhofmeyr. So now I really have to spend more time in my holidays to move this ahead :/
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/32330
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ie00d96d04dd36c71c79f3b73713c3fe1c26a5145
Gerrit-Change-Number: 32330
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Attention: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Comment-Date: Sat, 22 Apr 2023 01:45:08 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: neels <nhofmeyr(a)sysmocom.de>
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: comment