mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-01 04:23:56 +00:00
bsc: Prepare to store the SCCP connection inside the subscriber
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
struct osmo_msc_data;
|
struct osmo_msc_data;
|
||||||
|
struct osmo_bsc_sccp_con;
|
||||||
|
|
||||||
enum gsm_phys_chan_config {
|
enum gsm_phys_chan_config {
|
||||||
GSM_PCHAN_NONE,
|
GSM_PCHAN_NONE,
|
||||||
@@ -243,6 +244,9 @@ struct gsm_subscriber_connection {
|
|||||||
/* Are we part of a special "silent" call */
|
/* Are we part of a special "silent" call */
|
||||||
int silent_call;
|
int silent_call;
|
||||||
|
|
||||||
|
/* bsc structures */
|
||||||
|
struct osmo_bsc_sccp_con *sccp_con;
|
||||||
|
|
||||||
/* back pointers */
|
/* back pointers */
|
||||||
int in_release;
|
int in_release;
|
||||||
struct gsm_lchan *lchan;
|
struct gsm_lchan *lchan;
|
||||||
|
|||||||
Reference in New Issue
Block a user