[MERGED] osmo-hlr[master]: don't forget to mark luop as a packet switched connection

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu May 3 12:28:43 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: don't forget to mark luop as a packet switched connection
......................................................................


don't forget to mark luop as a packet switched connection

In rx_upd_loc_req() we set the connection's supports_ps field but
forgot to also set the equivalent field in the corresponding luop.

Change-Id: Ie175a067ac1324cdd39d7f756a40fab923421793
Related: OS#2785
---
M src/hlr.c
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/hlr.c b/src/hlr.c
index 479b5cf..195e5d2 100644
--- a/src/hlr.c
+++ b/src/hlr.c
@@ -262,6 +262,7 @@
 		 * 11.6.15 "CN Domain" says "if no CN Domain IE is present within
 		 * a request, the PS Domain is assumed." */
 		conn->supports_ps = true;
+		luop->is_ps = true;
 	}
 	llist_add(&luop->list, &g_lu_ops);
 

-- 
To view, visit https://gerrit.osmocom.org/7990
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie175a067ac1324cdd39d7f756a40fab923421793
Gerrit-PatchSet: 1
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Owner: Stefan Sperling <ssperling at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list