aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2010-07-02[SGSN] Call libosmocore helper to load cipher pluginsHarald Welte4-7/+11
2010-07-02[SGSN] remove bogus debug statementHarald Welte1-1/+0
2010-07-02[SGSN] SM: Properly parse APN and PCO Optional IE in PDP CTX ACT REQHarald Welte1-2/+8
2010-07-02[SGSN] Print AP name and PDP address of each PDP contextHarald Welte1-1/+70
2010-07-02[SGSN] Correctly pass IMSI of MM ctx to GTP/GGSNHarald Welte1-1/+27
2010-07-02[SGSN] SNDCP: Subtract SNDCP header from fragment lengthHarald Welte1-2/+3
2010-07-02[SGSN] SNDCP: SN-PDUs need a 16bit length fieldHarald Welte1-1/+2
2010-07-02[SGSN] SNDCP: re-set total number of fragment lengthHarald Welte1-1/+7
2010-07-02[SGSN] Send poper SM and GMM STATUS in case we have no MM CTXHarald Welte1-1/+2
2010-07-02[SNDCP] some more defragmentation debug statementsHarald Welte1-11/+9
2010-07-02[SGSN] SNDCP defrag: use correct length, don't include LLC FCSHarald Welte1-3/+4
2010-07-02[SGSN] SNDCP: Actually copy the payload data in the defrag queue entryHarald Welte1-0/+2
2010-07-02[SGSN] Remove old dead codeHarald Welte1-17/+14
2010-07-02[SGSN] Only increment PDP CTX ACT count after check for retransmissionHarald Welte1-2/+4
2010-07-02[SGSN] Account for re-transmitted PDP CTX ACT REQHarald Welte1-2/+11
2010-07-02[SGSN] SNDCP: Fix off-by-one error missing last segment in defragHarald Welte1-1/+1
2010-07-01[SGSN] SNDCP: more verbose defragmentation debuggingHarald Welte1-2/+8
2010-07-01[SGSN] Fix segfault when passing re-assembled SN-PDU to GMMHarald Welte4-10/+12
2010-07-01[SGSN] SNDCP: fix off-by-one error during defragmentationHarald Welte1-1/+1
2010-07-01[SGSN] SNDCP: Initialize defrag list headerHarald Welte1-0/+1
2010-07-01[SGSN] GMM: Complete value_string for GMM cause valuesHarald Welte1-4/+21
2010-07-01[SGSN] SNDCP: use llist_for_each_entry_safe() when cleaning frag queueHarald Welte1-2/+2
2010-07-01[SGSN] Fix TLLI (re)assignmentsHarald Welte2-16/+21
2010-07-01[SGSN] Fix segfault when doing PS PAGINGHarald Welte1-1/+1
2010-07-01[SGSN] Add VTY interface for SNDCPHarald Welte5-68/+159
2010-06-30osmo_bsc: Add option parsing, vty dummyHolger Hans Peter Freyther3-1/+182
2010-06-30bsc: Move meas_rep.c into the libbsc.c as it is used from bsc_vty.cHolger Hans Peter Freyther1-2/+2
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