From d8daaae91ec0f93238e1800bd6e1370147786488 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 14 Feb 2019 16:54:10 +0700 Subject: transaction: clarify magic 0xff transaction ID Change-Id: I2d3a6334f49989bedbb1430d26ffad8b61dfd873 --- include/osmocom/msc/transaction.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/osmocom') 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 #include +/* Used for late TID assignment */ +#define TRANS_ID_UNASSIGNED 0xff + enum bridge_state { BRIDGE_STATE_NONE, BRIDGE_STATE_LOOPBACK_PENDING, -- cgit v1.2.3