aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-22 20:12:13 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-22 20:12:13 +0800
commit5bd9493257ee3a43d36c0be5f23ac05a2459694b (patch)
treead75c8f33b63ddcdea10e4d5a65476d67684123a /openbsc/include
parentc92fd5d9d3ced494b2ba3090af9a501726bde87b (diff)
nat: Only send DLCX when we have send a CRCX to the BSC on this endpoint
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index 6ef1f5971..4d90ed744 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -112,6 +112,7 @@ struct sccp_connections {
struct sccp_source_reference remote_ref;
/* GSM audio handling. That is 32 * multiplex + ts */
+ int crcx;
int msc_timeslot;
int bsc_timeslot;
};