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.
This commit is contained in:
Holger Hans Peter Freyther 2013-10-25 18:58:30 +02:00
parent 64cb924634
commit fc7a75f5df
1 changed files with 2 additions and 0 deletions

View File

@ -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
};