aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-27 14:24:08 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-27 14:26:39 +0100
commitf56d56c439034c8b8bc7eb0843ba5ee1cf2400e5 (patch)
tree0c8a16404c6494315564baed536690182af74d59 /include
parented9d643036d159bcd6dca0d7af47e6691b572a8a (diff)
sysmobts: Activate the BCCH silently have have state set to active
Use the lchan->rel_act_kind field for the BCCH activatiob by OML. The lchan's should be marked as active but no event should be sent to the BSC. This is mostly like the PCU. We can now remove the secnd argument from lchan_activate.
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/rsl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmo-bts/rsl.h b/include/osmo-bts/rsl.h
index ede9edc8..4f600741 100644
--- a/include/osmo-bts/rsl.h
+++ b/include/osmo-bts/rsl.h
@@ -8,6 +8,7 @@
enum {
LCHAN_REL_ACT_RSL,
LCHAN_REL_ACT_PCU,
+ LCHAN_REL_ACT_OML,
};
int down_rsl(struct gsm_bts_trx *trx, struct msgb *msg);