aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2010-06-30osmo_bsc: Add empty osmo_bsc_main.c and hook it into the buildHolger Hans Peter Freyther4-1/+43
2010-06-30bsc_api: Move the API init into the main function.Holger Hans Peter Freyther2-2/+2
2010-06-30osmo-bsc: Start adding code for the osmo_bsc..Holger Hans Peter Freyther3-1/+271
2010-06-30* Fix null ptr dereference and sms memleak in case the recipient of an sms se...Nico Golde1-6/+10
2010-06-30[BSC] VTY: Fix parsing of uppercase hex digitsHarald Welte1-1/+1
2010-06-30[SGSN] BSSGP: Print TLLI as hex value like everwhere elseHarald Welte1-1/+1
2010-06-30handover: lchan_free will only free the local resources.Holger Hans Peter Freyther1-1/+3
2010-06-30handover: Call bsc_handover_clear from gsm0808_clearHolger Hans Peter Freyther4-7/+35
2010-06-30misc: Move handover_logic.c into the libbsc.aHolger Hans Peter Freyther3-10/+10
2010-06-30msc: Add includes to silence a compiler warning.Holger Hans Peter Freyther4-0/+4
2010-06-30handover: Attempt to use the same gsm_subscriber_conn for new/old channelHolger Hans Peter Freyther5-35/+34
2010-06-30bsc_api: Avoid use after free kind of error on the lchan.Holger Hans Peter Freyther1-1/+4
2010-06-30ussd: Release the MSC connection as fast as possible..Holger Hans Peter Freyther1-2/+6
2010-06-30abis_rsl: Add full MA again until we are confident to remove itHolger Hans Peter Freyther1-1/+6
2010-06-30abis_rsl: Change code to generate Channel IdentificationHolger Hans Peter Freyther1-19/+16
2010-06-30ussd.c: Make sure text is memset to zero..Holger Hans Peter Freyther1-1/+3
2010-06-30gsm_subscriber_base: Take a ref on the subscriber to avoid use after freeHolger Hans Peter Freyther1-2/+4
2010-06-29[BSC] RSL: CHAN ACT: Only include MA if TS is hoppingHarald Welte1-5/+13
2010-06-28[SGSN] Deactivate SNDCP entity on PDP CTX DEACT CONFIRMHarald Welte1-0/+3
2010-06-28[SGSN] MM: Properly communicate TLLI changes / unassignment to LLCHarald Welte1-3/+9
2010-06-28[SGSN] LLC: properly free LLC entities at TLLI unassignmentHarald Welte1-0/+7
2010-06-28[SGSN] Deactivate all PDP contexts on GPRS DETACHHarald Welte1-0/+10
2010-06-28[SGSN] Fix segfault ar PDP CTX DEACT timeHarald Welte1-0/+1
2010-06-28[BSC] fix off-by-one error in computing l2 pseudo-length in IMM ASSHarald Welte1-1/+2
2010-06-28[ipaccess-config] Better way to set/unset NVRAM attributesHarald Welte1-3/+57
2010-06-28[ipaccess-config] Enable setting of static IP address / netmask / gatewayHarald Welte1-43/+126
2010-06-28[ipaccess-config] use msgb to make use of various tlv put functionsHarald Welte1-29/+30
2010-06-28gsm_data.c: Reorder includes to put osmocore upHolger Hans Peter Freyther1-2/+4
2010-06-28bsc_msc: Remove use_count from the subscriber connectionHolger Hans Peter Freyther15-106/+78
2010-06-28bsc_api: Allocate the subscriber_connection dynamicallyHolger Hans Peter Freyther6-50/+103
2010-06-28Revert "bsc_api: Move debug context for subscriber into the bsc_api.c"Holger Hans Peter Freyther2-2/+1
2010-06-24[BSC] Enable the use of whitespaces in the subscriber nameHarald Welte1-2/+7
2010-06-23gprs: Fix LOGP misuse and specify LOGL_NOTICE as region.Holger Hans Peter Freyther1-1/+2
2010-06-22lchan: Document why lchan_reset is there... at least try to.Holger Hans Peter Freyther1-0/+5
2010-06-22abis_rsl: Send the IMMEDIATE Assignment after the Channel Ack.Holger Hans Peter Freyther3-13/+52
2010-06-21[SMS] avoid mktime on NULLNico Golde1-1/+1
2010-06-21misc: make the compiler happy...Holger Hans Peter Freyther2-2/+2
2010-06-21[RSL] hopping: Set correct L2 pseudo-length during IMMediate ASSignlaforge1-1/+4
2010-06-21bsc_api: Use conn->bts directly...Holger Hans Peter Freyther1-1/+1
2010-06-21bsc_api: Move debug context for subscriber into the bsc_api.cHolger Hans Peter Freyther2-1/+2
2010-06-21bsc_api: Remove the lchan usage from the Paging Response handling.Holger Hans Peter Freyther3-13/+14
2010-06-21silent_call: Use the gsm_subscriber_connection instead of lchan->connHolger Hans Peter Freyther3-7/+9
2010-06-21abis_nm.c: Reading the in_addr can lead to unaligned memory accessHolger Hans Peter Freyther1-4/+7
2010-06-21bsc_init: Avoid unaligned access to nanobts_attr_nsvc0Holger Hans Peter Freyther1-6/+16
2010-06-21configure.in: Require a newer libosmocore.Holger Hans Peter Freyther1-1/+1
2010-06-20[BSC] RSL: Fix Channel Identification IE in RSL CHAN ACTlaforge1-10/+15
2010-06-20[BSC] add example hopping config file for BS-11 in 2TRX configHarald Welte1-0/+162
2010-06-20[BSC] Fix off-by-one error in computing mobile allocationlaforge1-1/+1
2010-06-20[BSC] NM: Correct treatment of ARFCN_LIST for BS-11laforge1-1/+5
2010-06-20[BSC] RSL: properly include MA in IMM ASS CMDlaforge1-15/+14