aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_main.cpp
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2012-07-06 07:40:08 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2012-07-06 07:40:08 +0200
commitb3c6f6c716d4495b0f664b4d0da1a4708fb1d0f2 (patch)
treed44abf4a6b1553cc5744e6163c27ff95a1275937 /src/pcu_main.cpp
parentd679009a2dbe88869d699060bac40139d79cbd23 (diff)
Receive cell informations via PCU socket interface
These informations provide RAI, timers, counters and other attributes to the BSSGP and RLC/MAC processes. The attributes are stored in gprs_rlcmac_bts global structure.
Diffstat (limited to 'src/pcu_main.cpp')
-rw-r--r--src/pcu_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcu_main.cpp b/src/pcu_main.cpp
index 08c75cc5..ae176bc0 100644
--- a/src/pcu_main.cpp
+++ b/src/pcu_main.cpp
@@ -58,7 +58,7 @@ int main(int argc, char *argv[])
gprs_rlcmac_bts = talloc_zero(NULL, struct gprs_rlcmac_bts);
if (!gprs_rlcmac_bts)
return -ENOMEM;
- gprs_rlcmac_bts->cs = 1;
+ gprs_rlcmac_bts->initial_cs = 1;
osmo_init_logging(&gprs_log_info);
pcu_l1if_open();