aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/doc
AgeCommit message (Collapse)AuthorFilesLines
2011-06-03add HSL femtocell openbsc.cfg exampleopenbsc/0.9.13+deb1Harald Welte1-0/+87
2011-05-31misc: Provide a uninstall-hook to remove the extra filesHolger Hans Peter Freyther1-0/+7
Fix make distcheck to uninstall files that were installed by our custom hook. This is fixing: ERROR: files left after uninstall: ./share/doc/openbsc/examples/osmo-bsc_mgcp/mgcp.cfg ./share/doc/openbsc/examples/osmo-nitb/nanobts/openbsc.cfg ./share/doc/openbsc/examples/osmo-nitb/nanobts/openbsc-multitrx.cfg ./share/doc/openbsc/examples/osmo-nitb/bs11/openbsc-1bts-2trx.cfg ./share/doc/openbsc/examples/osmo-nitb/bs11/openbsc.cfg ./share/doc/openbsc/examples/osmo-nitb/bs11/openbsc-1bts-2trx-hopping.cfg ./share/doc/openbsc/examples/osmo-nitb/bs11/openbsc-2bts-2trx.cfg ./share/doc/openbsc/examples/osmo-nitb/rbs2308/openbsc.cfg
2011-05-11examples: automatically copy all examples in dist and install it to docdirHarald Welte10-0/+17
2011-05-11move config file examples to doc/examples/Harald Welte8-0/+864
2011-05-06src: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso1-1/+1
Summary of changes: s/struct bsc_fd/struct osmo_fd/g s/bsc_register_fd/osmo_fd_register/g s/bsc_unregister_fd/osmo_fd_unregister/g s/bsc_select_main/osmo_select_main/g
2011-04-18misc: Move from u_int to uint types of stdint.hHolger Hans Peter Freyther2-10/+10
This was done with sed on the files.
2010-09-03channel_release: First attempt to update the doc to new code.Holger Hans Peter Freyther1-23/+42
2010-06-28bsc_msc: Remove use_count from the subscriber connectionHolger Hans Peter Freyther1-0/+2
A channel will be released in case of * Errors via the clear_request callback... * no more transactions and operations are going on. This means that if we do something without a transaction the channel might be closed down right away. The bug fix will be to create a transaction/operation.
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-26add some random thoughts on hopping and the oml interfaceHarald Welte2-0/+75
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