aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_nat_sccp.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-01 19:10:17 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-01 19:10:17 +0800
commitafdb522ced650109822d6ab4226f1c566036f1ac (patch)
tree02328ef1478b966eae19a5b07866e9aae148b000 /openbsc/include/openbsc/bsc_nat_sccp.h
parent9ae28a128af27a755aa889d2edd8340815f9a3df (diff)
parent85902a4d4a53094e8ab4cb242e8de1f6ce431f9e (diff)
Merge branch 'on-waves/nat-alloc-bsc-endpoints'openbsc/0.9.5
Diffstat (limited to 'openbsc/include/openbsc/bsc_nat_sccp.h')
-rw-r--r--openbsc/include/openbsc/bsc_nat_sccp.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/openbsc/include/openbsc/bsc_nat_sccp.h b/openbsc/include/openbsc/bsc_nat_sccp.h
index 73e9c690c..4f1afcb2b 100644
--- a/openbsc/include/openbsc/bsc_nat_sccp.h
+++ b/openbsc/include/openbsc/bsc_nat_sccp.h
@@ -79,10 +79,12 @@ struct sccp_connections {
int con_type;
int con_local;
- /* GSM audio handling. That is 32 * multiplex + ts */
- int crcx;
- int msc_timeslot;
- int bsc_timeslot;
+ /*
+ * audio handling. Remember if we have ever send a CRCX,
+ * remember the endpoint used by the MSC and BSC.
+ */
+ int msc_endp;
+ int bsc_endp;
/* timeout handling */
struct timespec creation_time;