aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/transaction.h
diff options
context:
space:
mode:
authorKeith Whyte <keith@rhizomatica.org>2020-11-22 23:53:23 +0100
committerKeith Whyte <keith@rhizomatica.org>2020-11-22 23:53:23 +0100
commit17d225492c8235010a1a866ad0291a1e5163125a (patch)
tree254c9401db3c43ce1169eff892a465370fa48da0 /include/osmocom/msc/transaction.h
parent8be9f364f8d2a1b8edc647984d4c877ebca49aba (diff)
Current WIP in broken progresskeith/lcls_nonsense
A bunch of nonsense that will probably crash Includes, compilation errors, strange comments. Trying to track down how to pass something from call leg A to leg B in CC Change-Id: Ib206fcbe5e7f2b6d512927482ea9e160aca510a8
Diffstat (limited to 'include/osmocom/msc/transaction.h')
-rw-r--r--include/osmocom/msc/transaction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/msc/transaction.h b/include/osmocom/msc/transaction.h
index 928b137ae..499a29412 100644
--- a/include/osmocom/msc/transaction.h
+++ b/include/osmocom/msc/transaction.h
@@ -132,6 +132,8 @@ struct gsm_trans {
struct gsm_trans *peer;
enum bridge_state state;
} bridge;
+ //struct osmo_lcls lcls;
+ struct osmo_lcls *lcls;
};