From 50c579b8c5de7ce9d0c88e3d4f608f4051184470 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 10 Nov 2010 10:07:30 +0100 Subject: bsc: Implement the assignment command to the point of calling into the BSC API --- openbsc/include/openbsc/osmo_bsc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include/openbsc') 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; -- cgit v1.2.3