aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update changelogdebianJan Luebbe2011-07-141-2/+3
* Merge commit '0.9.14' into debianJan Luebbe2011-07-1423-1060/+1225
|\
| * properly reset the MO state of all MO on Abis disconnect0.9.14Harald Welte2011-06-293-10/+38
| * add lchan->meas for BTS side codeHarald Welte2011-06-291-0/+38
| * Revert "HACK: disable NM_ATTR for CELL GLOBAL ID for sysmo-bts"Harald Welte2011-06-271-2/+2
| * update debug_test with logging system changesHarald Welte2011-06-271-1/+1
| * make channel_test build againHarald Welte2011-06-261-1/+1
| * move gsm0502_calc_paging_group() to libosmocoreHarald Welte2011-06-262-18/+1
| * generalize function for calculation of the paging groupHarald Welte2011-06-261-7/+10
| * move gsm 05.02 related calculations into libosmocoreHarald Welte2011-06-263-28/+3
| * use new gsm48_number_of_paging_subchannels from libosmocoreHarald Welte2011-06-263-17/+4
| * system information related bits for osmo-btsHarald Welte2011-06-261-1/+9
| * osmo-bsc: bring in sync with recent NM MO changesHarald Welte2011-06-251-5/+5
| * move {ts,lchan}2chan_nr() functions to gsm_data_shared.cHarald Welte2011-06-255-56/+60
| * HACK: disable NM_ATTR for CELL GLOBAL ID for sysmo-btsHarald Welte2011-06-091-2/+2
| * add back-pointer for l1 as part of BTS role.Harald Welte2011-06-071-0/+4
| * initialize NM state for all objects to known stateHarald Welte2011-06-071-0/+3
| * gsm_data_shared: make sure to initialzie the MO obj_class/obj_instHarald Welte2011-06-061-9/+22
| * add mo->bts member so we can discover which BTS a MO belong stoHarald Welte2011-06-062-0/+18
| * move objclass2{nmstate,mo,}obj() to gsm_data_shared.c (and prefix)Harald Welte2011-06-063-159/+164
| * gsm_data: don't free a bts that's not even allocated yetHarald Welte2011-06-061-3/+1
| * make sure to include gsm_data.h, not gsm_data_shared.hHarald Welte2011-06-061-1/+1
| * split gsm_data.c in gsm_data_shared.c and gsm_data.cHarald Welte2011-06-058-261/+313
| * abis_nm.h: Use osmocom/core/abis_nm.hHarald Welte2011-06-051-2/+1
| * Introduce per-ts TSCHarald Welte2011-06-034-3/+23
| * gsm_data_shared: introduce 'struct gsm_abis_mo'Harald Welte2011-06-038-66/+85
| * split gsm_data.h in gsm_data_shared.h and gsm_data.hHarald Welte2011-06-033-514/+522
| * gsm_data: Use osmocom/gsm/sysinfo.hHarald Welte2011-06-031-3/+3
* | Update changelogJan Luebbe2011-07-141-0/+6
* | Revert "Disable libgtp for now"Jan Luebbe2011-07-141-1/+1
* | Add build dependency on dh-autoreconfJan Luebbe2011-07-142-1/+7
* | Fix examplesJan Luebbe2011-07-142-2/+2
* | Disable osmo-sgsn for nowJan Luebbe2011-07-141-1/+1
* | Workaround changed sccp_writeJan Luebbe2011-07-141-1/+1
* | Run autoreconf and build in subdirJan Luebbe2011-07-142-5/+7
* | Disable libgtp for nowJan Luebbe2011-06-101-1/+1
* | Update changelogJan Luebbe2011-06-101-0/+6
* | Update debian packagingJan Luebbe2011-06-1021-33/+28
|/
* add HSL femtocell openbsc.cfg example0.9.13+deb1Harald Welte2011-06-031-0/+87
* mgcp: Fix a typo in the function nameHolger Hans Peter Freyther2011-06-021-5/+5
* nat: Add VTY code to configure the SMSC rewritingHolger Hans Peter Freyther2011-06-011-9/+47
* nat: Look into the TPDU/SMS-SUBMIT and use the TP-DestAddress for matchesHolger Hans Peter Freyther2011-06-013-9/+79
* nat: Patch the destination SMS address of a messageHolger Hans Peter Freyther2011-06-015-10/+208
* nat: Move the common new message generation code into the base methodHolger Hans Peter Freyther2011-06-011-26/+28
* nat: Prepare to patch more than the CC Setup messageHolger Hans Peter Freyther2011-06-014-30/+37
* nat: Allow to have a regexp to match the MSISDNHolger Hans Peter Freyther2011-06-014-33/+117
* nat: Add a test utility for the number rewritingHolger Hans Peter Freyther2011-05-311-0/+30
* nat: Allow to rewrite any non international numberHolger Hans Peter Freyther2011-05-311-2/+0
* nat: Refactor the number patching code into a new methodHolger Hans Peter Freyther2011-05-311-45/+56
* abis: Get the structs and values from libosmocoreHolger Hans Peter Freyther2011-05-312-6/+2