aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-29properly reset the MO state of all MO on Abis disconnectopenbsc/0.9.14Harald Welte3-10/+38
2011-06-29add lchan->meas for BTS side codeHarald Welte1-0/+38
2011-06-27Revert "HACK: disable NM_ATTR for CELL GLOBAL ID for sysmo-bts"Harald Welte1-2/+2
2011-06-27update debug_test with logging system changesHarald Welte1-1/+1
2011-06-26make channel_test build againHarald Welte1-1/+1
2011-06-26move gsm0502_calc_paging_group() to libosmocoreHarald Welte2-18/+1
2011-06-26generalize function for calculation of the paging groupHarald Welte1-7/+10
2011-06-26move gsm 05.02 related calculations into libosmocoreHarald Welte3-28/+3
2011-06-26use new gsm48_number_of_paging_subchannels from libosmocoreHarald Welte3-17/+4
2011-06-26system information related bits for osmo-btsHarald Welte1-1/+9
2011-06-25osmo-bsc: bring in sync with recent NM MO changesHarald Welte1-5/+5
2011-06-25move {ts,lchan}2chan_nr() functions to gsm_data_shared.cHarald Welte5-56/+60
2011-06-09HACK: disable NM_ATTR for CELL GLOBAL ID for sysmo-btsHarald Welte1-2/+2
2011-06-07add back-pointer for l1 as part of BTS role.Harald Welte1-0/+4
2011-06-07initialize NM state for all objects to known stateHarald Welte1-0/+3
2011-06-06gsm_data_shared: make sure to initialzie the MO obj_class/obj_instHarald Welte1-9/+22
2011-06-06add mo->bts member so we can discover which BTS a MO belong stoHarald Welte2-0/+18
2011-06-06move objclass2{nmstate,mo,}obj() to gsm_data_shared.c (and prefix)Harald Welte3-159/+164
2011-06-06gsm_data: don't free a bts that's not even allocated yetHarald Welte1-3/+1
2011-06-06make sure to include gsm_data.h, not gsm_data_shared.hHarald Welte1-1/+1
2011-06-05split gsm_data.c in gsm_data_shared.c and gsm_data.cHarald Welte8-261/+313
2011-06-05abis_nm.h: Use osmocom/core/abis_nm.hHarald Welte1-2/+1
2011-06-03Introduce per-ts TSCHarald Welte4-3/+23
2011-06-03gsm_data_shared: introduce 'struct gsm_abis_mo'Harald Welte8-66/+85
2011-06-03split gsm_data.h in gsm_data_shared.h and gsm_data.hHarald Welte3-514/+522
2011-06-03gsm_data: Use osmocom/gsm/sysinfo.hHarald Welte1-3/+3
2011-06-03add HSL femtocell openbsc.cfg exampleopenbsc/0.9.13+deb1Harald Welte1-0/+87
2011-06-02mgcp: Fix a typo in the function nameHolger Hans Peter Freyther1-5/+5
2011-06-01nat: Add VTY code to configure the SMSC rewritingHolger Hans Peter Freyther1-9/+47
2011-06-01nat: Look into the TPDU/SMS-SUBMIT and use the TP-DestAddress for matchesHolger Hans Peter Freyther3-9/+79
2011-06-01nat: Patch the destination SMS address of a messageHolger Hans Peter Freyther5-10/+208
2011-06-01nat: Move the common new message generation code into the base methodHolger Hans Peter Freyther1-26/+28
2011-06-01nat: Prepare to patch more than the CC Setup messageHolger Hans Peter Freyther4-30/+37
2011-06-01nat: Allow to have a regexp to match the MSISDNHolger Hans Peter Freyther4-33/+117
2011-05-31nat: Add a test utility for the number rewritingHolger Hans Peter Freyther1-0/+30
2011-05-31nat: Allow to rewrite any non international numberHolger Hans Peter Freyther1-2/+0
2011-05-31nat: Refactor the number patching code into a new methodHolger Hans Peter Freyther1-45/+56
2011-05-31abis: Get the structs and values from libosmocoreHolger Hans Peter Freyther2-6/+2
2011-05-31misc: Provide a uninstall-hook to remove the extra filesHolger Hans Peter Freyther1-0/+7
2011-05-24move some more abis_nm related code into libosmocoreHarald Welte2-42/+0
2011-05-24libabis: fix segfault on malformed ipaccess RSL linkAlexander Huemer1-1/+4
2011-05-24openbsc: update .gitignoreAlexander Huemer1-0/+3
2011-05-24openbsc: rename configure.in -> configure.acAlexander Huemer1-0/+0
2011-05-24openbsc: add missing AC_LANG_SOURCE for current autoconfAlexander Huemer1-1/+1
2011-05-24Move system information related defines and code to libosmocoreHarald Welte3-146/+12
2011-05-24prepare gsm_data.h header file sharing with osmo-btsHarald Welte6-114/+141
2011-05-23abis_nm: Some more fall-out from the abis_nm move to libosmocoreHarald Welte3-3/+5
2011-05-23abis_nm: fix some fallout regarding abis_nm migration to libosmocoreHarald Welte4-6/+7
2011-05-22abis_nm: Move lots of generic definitions + code to libosmocoreHarald Welte1-388/+26
2011-05-22use new libosmogsm ip.access protocol header fileHarald Welte1-87/+1