aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/doc
AgeCommit message (Collapse)AuthorFilesLines
2009-12-01Merge remote branch 'origin/master' into gprsHarald Welte1-0/+89
Conflicts: openbsc/src/Makefile.am openbsc/src/bsc_init.c
2009-11-29[handover] Implement 04.08 HANDOVER COMMANDHarald Welte1-0/+12
This is needed by a yet-to-be-implemented handover algorithm, after it has allocated a new lchan for the MS. Also missing: handling the actual HANDOVER COMPLETE / FAIL messages in response.
2009-11-29add notes about proposed handover algorithmHarald Welte1-0/+77
2009-10-31Merge remote branch 'origin/master' into gprsHarald Welte2-0/+75
Conflicts: openbsc/include/openbsc/gsm_subscriber.h openbsc/include/openbsc/tlv.h openbsc/src/gsm_data.c openbsc/src/tlv_parser.c
2009-10-31[GPRS] major GPRS updateHarald Welte1-0/+16
* more progress on the LLC layer * Support CRC-24 FCS on RX and TX * Introduce gprs_llc_tx_ui() for sending UI frames from GMM * Call the actual GSM 04.08 GMM layer for received frames on resp. SAPI * more progress on the BSSGP layer * resolve the BTS based on the routing area ID * store TLLI in msgb * introduce gprs_bssgp_tx_dl_ud() to transmit downlink-userdata from LLC * introduce gsm_04_08_gprs.c for the GMM related messages * introduce gprs_sgsn.c as a library managing the SGSN MM context structures
2009-10-26add some random thoughts on hopping and the oml interfaceHarald Welte2-0/+75
2009-10-17major GPRS updateHarald Welte1-0/+13
* introduce DGPRS debugp class * add initial GPRS LLC implementation * further completion of GPRS NS implementation * partial GPRS BSSGP suspend/resume implementation
2009-09-13some more GPRS (NS/BSSGP) bitsHarald Welte1-0/+17
2009-08-10add some document about the channel release procedureHarald Welte1-0/+74
also note how we are not doing what the spec says :)
2009-06-10move openbsc into its own subdirectoryHarald Welte3-0/+228