Change in osmo-ttcn3-hacks[master]: library/DIAMETER_Emulation: implement direct mode of operation

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

fixeria gerrit-no-reply at lists.osmocom.org
Sun Dec 12 01:42:37 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26521 )


Change subject: library/DIAMETER_Emulation: implement direct mode of operation
......................................................................

library/DIAMETER_Emulation: implement direct mode of operation

Change-Id: I52e22ac70cc85be5b0436b68c77356aabc4f05e1
Related: SYS#5602
---
M library/DIAMETER_Emulation.ttcn
1 file changed, 11 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/21/26521/1

diff --git a/library/DIAMETER_Emulation.ttcn b/library/DIAMETER_Emulation.ttcn
index 220ab11..33c93e1 100644
--- a/library/DIAMETER_Emulation.ttcn
+++ b/library/DIAMETER_Emulation.ttcn
@@ -94,7 +94,8 @@
 
 type record DIAMETEROps {
 	DIAMETERCreateCallback create_cb,
-	DIAMETERUnitdataCallback unitdata_cb
+	DIAMETERUnitdataCallback unitdata_cb,
+	boolean direct
 }
 
 type record DIAMETER_conn_parameters {
@@ -337,6 +338,15 @@
 			DIAMETER.send(t_DIAMETER_Send(g_diameter_conn_id, valueof(resp)));
 			}
 
+		/* DIAMETER from the test suite */
+		[ops.direct] DIAMETER_UNIT.receive(PDU_DIAMETER:?) -> value msg {
+			DIAMETER.send(t_DIAMETER_Send(g_diameter_conn_id, msg));
+			}
+		/* DIAMETER from remote peer */
+		[ops.direct] DIAMETER.receive(tr_DIAMETER_RecvFrom_R(?)) -> value mrf {
+			DIAMETER_UNIT.send(mrf.msg);
+			}
+
 		/* DIAMETER from remote peer */
 		[] DIAMETER.receive(tr_DIAMETER_RecvFrom_R(?)) -> value mrf {
 			imsi_t := f_DIAMETER_get_imsi(mrf.msg);

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26521
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: I52e22ac70cc85be5b0436b68c77356aabc4f05e1
Gerrit-Change-Number: 26521
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211212/5c5ff25a/attachment.htm>


More information about the gerrit-log mailing list