aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data_shared.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-25 18:58:30 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-25 18:58:30 +0200
commitfc7a75f5df7c0fe3aee755fb08b7b424fb6a2495 (patch)
tree25a91cd740ba76177a5d479e3703c3078899bcd8 /openbsc/include/openbsc/gsm_data_shared.h
parent64cb9246346ed991fceb4f749b15daf7177b201c (diff)
bts: Add a flag to remember the kind of activation/release
When the PCU is activating a channel we don't want to tell the BSC using RSL. Add a flag so we can keep track of who asked for the activation/release of the channel.
Diffstat (limited to 'openbsc/include/openbsc/gsm_data_shared.h')
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index 31c925564..921e03ca9 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -296,6 +296,8 @@ struct gsm_lchan {
} ho;
/* S counter for link loss */
int s;
+ /* Kind of the release/activation. E.g. RSL or PCU */
+ int rel_act_kind;
#endif
};