aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-11-24 17:13:56 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-12-01 11:49:33 +0100
commit536a10b63ba3cbade1ff3808ae056b11a279aaef (patch)
tree6ff6f7ee6f397f57fd5bd30492c07375ac4eae20 /openbsc/include
parentbc6c43f7595ce379b8b754df1321b852b9a20fee (diff)
sms: Kill the linkid as we are using SAPI=3 all the time
For GSM (not GPRS) we will never use a SAPI!=3. Simplify the code and remove the link_id=0.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/transaction.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/transaction.h b/openbsc/include/openbsc/transaction.h
index 99a97ed76..b6c859c71 100644
--- a/openbsc/include/openbsc/transaction.h
+++ b/openbsc/include/openbsc/transaction.h
@@ -48,8 +48,6 @@ struct gsm_trans {
struct gsm_mncc msg; /* stores setup/disconnect/release message */
} cc;
struct {
- uint8_t link_id; /* RSL Link ID to be used for this trans */
-
struct gsm411_smc_inst smc_inst;
struct gsm411_smr_inst smr_inst;