aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-02-15 16:56:18 +0000
committerHarald Welte <laforge@gnumonks.org>2009-02-15 16:56:18 +0000
commitd4c9bf3c5aab820c8bcbd240ebc0ac9923cb0084 (patch)
treeb87423d88d5b30cddbe3358e842ba762f2e75db5 /include
parentcd99387bd2ee02284ef62a819869ce7ed0763207 (diff)
* add bs_power and ms_power attributes to each channel and use them in channel activation
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/gsm_data.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/openbsc/gsm_data.h b/include/openbsc/gsm_data.h
index 801284eba..0aa3c59b7 100644
--- a/include/openbsc/gsm_data.h
+++ b/include/openbsc/gsm_data.h
@@ -125,6 +125,10 @@ struct gsm_lchan {
u_int8_t nr;
/* The lotical channel type */
enum gsm_chan_t type;
+ /* Power levels for MS and BTS */
+ u_int8_t bs_power;
+ u_int8_t ms_power;
+
/* To whom we are allocated at the moment */
struct gsm_subscriber *subscr;