aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2020-09-16 21:52:02 +0200
committerAlexander Couzens <lynxis@fe80.eu>2020-10-06 16:38:38 +0200
commit290d9030e9eece679197f5d85593a4aa8c8672c7 (patch)
tree4ba45cb8aef0f3db905ad85fdef4e8a83c355bbe /src/bts.h
parent0a369e560cef5967bdf47a7ee9b36bf98b418cc8 (diff)
Use the new NS2 lib
Diffstat (limited to 'src/bts.h')
-rw-r--r--src/bts.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bts.h b/src/bts.h
index 5a1b162c..e9304632 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -174,6 +174,11 @@ struct gprs_rlcmac_bts {
* more than one message, because they get sent so rarely. */
struct msgb *app_info;
uint32_t app_info_pending; /* Count of MS with active TBF, to which we did not send app_info yet */
+
+ struct gprs_ns2_inst *nsi;
+ /* main nsei */
+ struct gprs_ns2_nse *nse;
+ uint16_t nsei;
};
enum {