aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2019-02-14 16:54:10 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2019-02-15 02:19:30 +0700
commitd8daaae91ec0f93238e1800bd6e1370147786488 (patch)
treef874249dda4c64e9efbec18258e80d3de3263316 /include
parent30fb97aa431d8c8cfcf00e193c809ad1c5567d10 (diff)
transaction: clarify magic 0xff transaction ID
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/msc/transaction.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/msc/transaction.h b/include/osmocom/msc/transaction.h
index c5c740c50..5e8d637e5 100644
--- a/include/osmocom/msc/transaction.h
+++ b/include/osmocom/msc/transaction.h
@@ -9,6 +9,9 @@
#include <osmocom/gsm/gsm0411_smc.h>
#include <osmocom/gsm/gsm0411_smr.h>
+/* Used for late TID assignment */
+#define TRANS_ID_UNASSIGNED 0xff
+
enum bridge_state {
BRIDGE_STATE_NONE,
BRIDGE_STATE_LOOPBACK_PENDING,