Change in osmo-msc[master]: Add support for LCLS to the MSC

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

keith gerrit-no-reply at lists.osmocom.org
Wed Oct 6 14:24:57 UTC 2021


keith has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-msc/+/24236 )

Change subject: Add support for LCLS to the MSC
......................................................................


Patch Set 7:

(5 comments)

Thanks for review!

https://gerrit.osmocom.org/c/osmo-msc/+/24236/7/include/osmocom/msc/gsm_data.h 
File include/osmocom/msc/gsm_data.h:

https://gerrit.osmocom.org/c/osmo-msc/+/24236/7/include/osmocom/msc/gsm_data.h@264 
PS7, Line 264: 	bool lcls_disable;
> Maybe this integrates better when you put this below call_waiting? I would write it like this: […]
A long long time ago, in a land far far away, (https://gerrit.osmocom.org/c/osmo-msc/+/13421) 

LaF0rge said:
"I would rather say it is "permit lcls" than "enable lcls", as whether or not LCLS can be used depends on a lot of other conditions, not just this newly introduced flag."

Based on that logic, this was the result. 
We don't just magically "enable" lcls with this flag, but we CAN disable it.
As you later saw, it is disabled by default.


https://gerrit.osmocom.org/c/osmo-msc/+/24236/7/src/libmsc/msc_vty.c 
File src/libmsc/msc_vty.c:

https://gerrit.osmocom.org/c/osmo-msc/+/24236/7/src/libmsc/msc_vty.c@503 
PS7, Line 503:       "lcls-disable",
> Maybe use DEFUN_ATTR(...., CMD_ATTR_IMMEDIATE). […]
Ack


https://gerrit.osmocom.org/c/osmo-msc/+/24236/7/src/libmsc/msc_vty.c@506 
PS7, Line 506: 	gsmnet->lcls_disable = 1;
> maybe use "true" - its also declared as bool
Ack


https://gerrit.osmocom.org/c/osmo-msc/+/24236/7/src/libmsc/msc_vty.c@514 
PS7, Line 514: 	gsmnet->lcls_disable = 0;
> same here, better use "false"
Ack


https://gerrit.osmocom.org/c/osmo-msc/+/24236/7/src/osmo-msc/msc_main.c 
File src/osmo-msc/msc_main.c:

https://gerrit.osmocom.org/c/osmo-msc/+/24236/7/src/osmo-msc/msc_main.c@261 
PS7, Line 261: 	net->lcls_disable = 1;
> better use "true"
Ack



-- 
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/24236
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I705c860e51637b4537cad65a330ecbaaca96dd5b
Gerrit-Change-Number: 24236
Gerrit-PatchSet: 7
Gerrit-Owner: keith <keith at rhizomatica.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
Gerrit-CC: pespin <pespin at sysmocom.de>
Gerrit-Comment-Date: Wed, 06 Oct 2021 14:24:57 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: dexter <pmaier at sysmocom.de>
Gerrit-MessageType: comment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211006/542c3aa6/attachment.htm>


More information about the gerrit-log mailing list