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/.
daniel gerrit-no-reply at lists.osmocom.orgdaniel has posted comments on this change. ( https://gerrit.osmocom.org/12860 )
Change subject: GSUP: add inter-MSC handover related msgs and IEs
......................................................................
Patch Set 1: Code-Review-1
(3 comments)
https://gerrit.osmocom.org/#/c/12860/1/include/osmocom/gsm/gsup.h
File include/osmocom/gsm/gsup.h:
https://gerrit.osmocom.org/#/c/12860/1/include/osmocom/gsm/gsup.h@178
PS1, Line 178: OSMO_GSUP_MSGT_E_PREPARE_HANDOVER_REQUEST = 0b001100100,
These are all 9 bit long - typo?
osmo_gsup_{en,de}code all assume 8-bit message types.
Just continue with 0b001101xx?
https://gerrit.osmocom.org/#/c/12860/1/src/gsm/gsup_handover.c
File src/gsm/gsup_handover.c:
https://gerrit.osmocom.org/#/c/12860/1/src/gsm/gsup_handover.c@2
PS1, Line 2: * (C) 2019 by Oliver Smith <osmith at sysmocom.de>
Last I heard copyright should be assigned like this:
* (C) 2019 by sysmocom - s.f.m.c. GmbH
* Author: Oliver Smith <osmith at sysmocom.de>
* All Rights Reserved
Including
SPDX-License-Identifier: GPL-2.0+
would also be nice.
https://gerrit.osmocom.org/#/c/12860/1/src/gsm/gsup_handover.c@46
PS1, Line 46: /* Tag and total length */
Should we check if there's enough space in msg before encoding?
Then returning int in this function would make more sense. :-)
--
To view, visit https://gerrit.osmocom.org/12860
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ic00b0601eacff6d72927cea51767801142ee75db
Gerrit-Change-Number: 12860
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Comment-Date: Fri, 08 Feb 2019 11:57:46 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: Yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190208/684bd7b8/attachment.htm>