Attention is currently required from: pespin.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/27960 )
Change subject: smscb: Store ETWS input state from CBSP
......................................................................
Patch Set 1:
(3 comments)
File src/osmo-bsc/smscb.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/27960/comment/13b47158_206381c3
PS1, Line 475: LOG_BTS(bts, DCBS, LOGL_NOTICE, "ETWS PN broadcast voa PCH disabled (cause=%s)\n",
> voa?
"via". will fix it.
https://gerrit.osmocom.org/c/osmo-bsc/+/27960/comment/78970c04_d629d71a
PS1, Line 510: memcpy(bes->input.sec_info, wrepl->u.emergency.warning_sec_info, ETWS_SEC_INFO_SIZE);
> did you check previously you are not going to read out of buffer in wrepl here? by checking msg len […]
the 'wrepl' is something that the CBSP decoder of libosmogsm passes to us, not a raw msbb structure with type cast. Its responsibility is to provide either a NULL pointer as warning_sec_info, or a reasonaybly long memory chunk.
https://gerrit.osmocom.org/c/osmo-bsc/+/27960/comment/3dff8c21_01a26fe7
PS1, Line 705: osmo_timer_del(&bts->etws.timer);
> not related to this patch, but you could delete this timer before setting it up in line 542, not sur […]
thanks. this has the "ugly" side-effect of having to export the timer call-back function to the main bts.c code, but I don't have any better ideas either.
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/27960
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ide74638880d7e3c6a7c774bf6320d3dce4b11c74
Gerrit-Change-Number: 27960
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 27 Apr 2022 20:02:58 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment
Attention is currently required from: pespin.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27966 )
Change subject: CBSP: tr_CBSP_REPLACE_CBS_COMPL: num_compl_list is optional
......................................................................
Patch Set 1:
(1 comment)
File library/CBSP_Templates.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27966/comment/0efd7d8f_80c9…
PS1, Line 415: //ies[lengthof(ies)] := tr_CbspNumComplList ifpresent;
> what is this "ifpresent" keyword supposed to be doing?
it should only match this IE if it is present in the matching message. Sobasically you can say "absent is ok, or if it is present, it must match what I specify here".
This still works in simple constructs, and used to compile in this form as used here in earlier TITAN versions, but it started to fail in > 6.5.0, as many locations in this file show with the testcase.stop.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27966
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: I2b24ac7e5857bdd50a821399b3c383cea9d408ad
Gerrit-Change-Number: 27966
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 27 Apr 2022 19:56:12 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment
Attention is currently required from: pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/27965 )
Change subject: paging: Increase T3113 based on paging group load in BSC queue
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/27965
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I904c008222ddc3d92843d87fb3182c30b484c8a2
Gerrit-Change-Number: 27965
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 27 Apr 2022 19:21:16 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment