Vadim Yanitskiy has posted comments on this change. ( 
https://gerrit.osmocom.org/13006 )

Change subject: hlr.c: forward GSUP messages between clients
......................................................................


Patch Set 13:

(4 comments)

https://gerrit.osmocom.org/#/c/13006/13/src/hlr.c
File src/hlr.c:

https://gerrit.osmocom.org/#/c/13006/13/src/hlr.c@469
PS13, Line 469: session_id
AFAIR, libosmocore doesn't encode the OSMO_GSUP_SESSION_ID_IE if 
gsup_msg->session_state == 0. Most likely, we should also store the 
gsup_msg->session_state here.


https://gerrit.osmocom.org/#/c/13006/13/src/hlr.c@485
PS13, Line 485: if (!msgb_l2(msg) || !msgb_l2len(msg))
This check is redundant and not actually needed, since we do 
osmo_gsup_decode(msgb_l2(msg), msgb_l2len(msg), &gsup) at line #525.


https://gerrit.osmocom.org/#/c/13006/13/src/hlr.c@501
PS13, Line 501: LOGP_GSUP_FWD
Here we would see 'OSMO_GSUP_MSGT_E_ROUTING_ERROR' as the message name, because 
we don't store the original value. This may be confusing.


https://gerrit.osmocom.org/#/c/13006/13/src/hlr.c@503
PS13, Line 503: LOGP_GSUP_FWD
Same as above.



--
To view, visit https://gerrit.osmocom.org/13006
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ia4f345abc877baaf0a8f73b8988e6514d9589bf5
Gerrit-Change-Number: 13006
Gerrit-PatchSet: 13
Gerrit-Owner: osmith <osm...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Neels Hofmeyr <nhofm...@sysmocom.de>
Gerrit-Reviewer: osmith <osm...@sysmocom.de>
Gerrit-CC: Vadim Yanitskiy <axilira...@gmail.com>
Gerrit-Comment-Date: Tue, 07 May 2019 13:29:23 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No

Reply via email to