osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15348
Change subject: BSSGP_Emulation: as_unblocked: fix SIG broadcast
......................................................................
BSSGP_Emulation: as_unblocked: fix SIG broadcast
I am not aware that this caused breakage anywhere. But from reading the
patch, this is a regression that needs to be fixed.
Fixes: 955aa94504510139a12d223071cf49ef90788a3d ("BSSGP_Emulation: Abandon
"BssgpDecoded" intermediate structure")
Change-Id: I36a9a4d61be52a4d86ac1cbf6e6976cf01cff7c6
---
M library/BSSGP_Emulation.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks
refs/changes/48/15348/1
diff --git a/library/BSSGP_Emulation.ttcn b/library/BSSGP_Emulation.ttcn
index f8b9f06..44946c1 100644
--- a/library/BSSGP_Emulation.ttcn
+++ b/library/BSSGP_Emulation.ttcn
@@ -593,7 +593,7 @@
// TITAN DOESN'T DO THIS, *SIGH*: "BSSGP_SP.send(dec)
to all component;"
for (var integer i := 0; i < sizeof(ClientTable); i :=
i+1) {
if (isbound(ClientTable[i].comp_ref)) {
- f_send_bssgp_dec(dec, vc_conn,
BSSGP_SP_SIG);
+ f_send_bssgp_dec(dec,
ClientTable[i].comp_ref, BSSGP_SP_SIG);
}
}
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15348
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I36a9a4d61be52a4d86ac1cbf6e6976cf01cff7c6
Gerrit-Change-Number: 15348
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-MessageType: newchange