mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc.git
synced 2025-11-02 21:23:37 +00:00
Make cbsp,sbcap mgr available in data model
Change-Id: I60c3ded80c38bcf50b831c6e9db719a8d2cba5b1
This commit is contained in:
@@ -42,6 +42,8 @@ struct cbc_cell_id {
|
||||
/*********************************************************************************
|
||||
* CBC itself
|
||||
*********************************************************************************/
|
||||
struct cbc_cbsp_mgr;
|
||||
struct cbc_sbcap_mgr;
|
||||
|
||||
struct cbc {
|
||||
struct {
|
||||
@@ -61,6 +63,13 @@ struct cbc {
|
||||
} ecbe;
|
||||
} config;
|
||||
|
||||
struct {
|
||||
struct cbc_cbsp_mgr *mgr;
|
||||
} cbsp;
|
||||
struct {
|
||||
struct cbc_sbcap_mgr *mgr;
|
||||
} sbcap;
|
||||
|
||||
struct llist_head messages; /* cbc_message.list */
|
||||
struct llist_head expired_messages; /* cbc_message.list */
|
||||
struct llist_head peers; /* cbc_peer.list */
|
||||
|
||||
Reference in New Issue
Block a user