Attention is currently required from: neels, fixeria.
9 comments:
Commit Message:
typo
Done
File doc/timeslot.msc:
Patch Set #2, Line 95: bsc_ts abox bsc_ts [label="UNUSED"];
a timeslot FSM cannot transition from ST_PDCH directly to ST_UNUSED. […]
Thats true, Can we shorten this since the mechanism is already explained above. I have now added some dots in the graph to indicate that there is something in between.
\nfor all timeslots in state UNUSED:"
Done
UNUSED
Done
Patch Set #2, Line 100: bsc_ts <- pcu_sock [label="TS_EV_PDCH_ACT"];
bsc_ts abox bsc_ts [label="WAIT_PDCH_ACT (4s, T23001)"]; […]
(see above: this can't be shortened.)
File include/osmocom/bsc/timeslot_fsm.h:
Patch Set #2, Line 38: TS_EV_LCHAN_UNUSED,
Would be nice to add comments to clarify how the "TS_EV_PDCH_*" are fundamentally different: […]
Done
Patch Set #2, Line 42: TS_EV_PDCH_DEACT_NACK,
/* An Ericsson PCU has disconnected from OsmoBSC, deactivate PDCH: */
Done
Patch Set #2, Line 43: TS_EV_PDCH_DEACT,
/* An Ericsson PCU has reconnected to OsmoBSC, re-activate PDCH: */
Done
File src/osmo-bsc/pcu_sock.c:
Patch Set #2, Line 940: /* FIXME: allow multiple BTS */
i understand now, so far the entire pcu_sock. […]
That is correct. Thats also a limitation of the the PCU itsself. At some day we will have to resolve that but for the moment I think that no one will run an osmo-bsc setup with multiple ericsson BTS attached. Since the BTS is hooked up via an E1 line each site will likely get its own BSC on site, so I think there is no immediate pressure to fix this.
To view, visit change 31497. To unsubscribe, or for help writing mail filters, visit settings.