pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-msc/+/33735 )


Change subject: trans_lcls_compose(): Set PLMN fron cell currently in use
......................................................................

trans_lcls_compose(): Set PLMN fron cell currently in use

Change-Id: Ibad0005a1d7cef64dd8fefa3e554ba99a06c3666
---
M src/libmsc/transaction.c
1 file changed, 10 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/35/33735/1

diff --git a/src/libmsc/transaction.c b/src/libmsc/transaction.c
index a3a9ef1..7c36739 100644
--- a/src/libmsc/transaction.c
+++ b/src/libmsc/transaction.c
@@ -152,7 +152,7 @@
        lcls->gcr.node = ss7->cfg.primary_pc;

        /* net id from Q.1902.3 3-5 bytes, this function gives 3 bytes exactly 
*/
-       osmo_plmn_to_bcd(lcls->gcr.net, &trans->net->plmn);
+       osmo_plmn_to_bcd(lcls->gcr.net, &trans->msc_a->via_cell.lai.plmn);


        /* TS 29.205 Table B.2.1.9.2 Call Reference ID

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

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ibad0005a1d7cef64dd8fefa3e554ba99a06c3666
Gerrit-Change-Number: 33735
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange

Reply via email to