laforge
/
openbts-osmo
Archived
1
0
Fork 0

actually connect and open the BCCH logical channel

This commit is contained in:
Harald Welte 2011-11-13 17:23:34 +01:00
parent 5d46791fb0
commit d987da3f05
1 changed files with 2 additions and 0 deletions

View File

@ -333,6 +333,8 @@ public:
mRACH.open();
mBCCH = new OsmoBCCHLchan(this);
mBCCH->downstream(radio);
mBCCH->open();
for (int i = 0; i < 3; i++) {
mCCCH[i] = new OsmoCCCHLchan(this, i);