aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_bsc.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-10 10:07:30 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-15 20:06:49 +0100
commit50c579b8c5de7ce9d0c88e3d4f608f4051184470 (patch)
tree9a9cdb2729c62b189e44dab83f304ae7cb1c8703 /openbsc/include/openbsc/osmo_bsc.h
parentfae3c65938328ba47f12d86db035db118d10ee83 (diff)
bsc: Implement the assignment command to the point of calling into the BSC API
Diffstat (limited to 'openbsc/include/openbsc/osmo_bsc.h')
-rw-r--r--openbsc/include/openbsc/osmo_bsc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/osmo_bsc.h b/openbsc/include/openbsc/osmo_bsc.h
index c4b241a24..8aa5ddce6 100644
--- a/openbsc/include/openbsc/osmo_bsc.h
+++ b/openbsc/include/openbsc/osmo_bsc.h
@@ -11,6 +11,7 @@ struct osmo_bsc_sccp_con {
struct llist_head entry;
int ciphering_handled;
+ int rtp_port;
/* SCCP connection realted */
struct sccp_connection *sccp;