Attention is currently required from: pespin.

pespin uploaded patch set #2 to this change.

View Change

split lchan specific defines and code to its own file

It is really difficult right now to find out where all the different
stuff relative to operation and lifecycle of an lchan is. Let's move
everything to its own file to have all the related defines and logic
together.

Change-Id: Idd855d126c43ac6576c5f3ba7e0b8014127a65e1
---
M include/osmocom/bsc/Makefile.am
M include/osmocom/bsc/assignment_fsm.h
M include/osmocom/bsc/gsm_data.h
A include/osmocom/bsc/lchan.h
M include/osmocom/bsc/lchan_rtp_fsm.h
M src/osmo-bsc/Makefile.am
M src/osmo-bsc/abis_rsl.c
M src/osmo-bsc/assignment_fsm.c
M src/osmo-bsc/bsc_subscr_conn_fsm.c
M src/osmo-bsc/bsc_vty.c
M src/osmo-bsc/bts_trx.c
M src/osmo-bsc/bts_trx_vty.c
M src/osmo-bsc/gsm_04_08_rr.c
M src/osmo-bsc/gsm_data.c
M src/osmo-bsc/handover_fsm.c
A src/osmo-bsc/lchan.c
M src/osmo-bsc/lchan_fsm.c
M src/osmo-bsc/lchan_rtp_fsm.c
M src/osmo-bsc/meas_feed.c
M src/osmo-bsc/osmo_bsc_lcls.c
M src/osmo-bsc/timeslot_fsm.c
M tests/handover/handover_test.c
22 files changed, 541 insertions(+), 476 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/79/28979/2

To view, visit change 28979. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Idd855d126c43ac6576c5f3ba7e0b8014127a65e1
Gerrit-Change-Number: 28979
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: pespin <pespin@sysmocom.de>
Gerrit-MessageType: newpatchset