aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-07-22move ip.access netowrk listen (NWL) to network_listen.cHarald Welte9-84/+213
2010-07-22nat: Provide an easy view to see if something is connected to the NAT.Holger Hans Peter Freyther1-0/+12
2010-07-22nat: Fix nat crash on start due forgetting the ->data pointer..Holger Hans Peter Freyther1-1/+0
2010-07-22nat: Introduce a show statistics-by-lac LACHolger Hans Peter Freyther1-13/+43
2010-07-14make 'neci 1' the default in the example config filesHarald Welte3-3/+3
2010-07-14abis_nm: Create a signal data structure for the NACK messageHolger Hans Peter Freyther3-6/+15
2010-07-05bsc: Add header file for the true BSC API.Holger Hans Peter Freyther4-2/+38
2010-07-05msc: Create a dummy operation to keep the channel open for five secondsHolger Hans Peter Freyther4-1/+51
2010-07-05nat: Remove the first_contact variable.Holger Hans Peter Freyther2-2/+0
2010-07-05nat: Create a method to determine if any MSC is connected.Holger Hans Peter Freyther3-1/+9
2010-07-05nat: Store the msc_con in the data of the bsc_fdHolger Hans Peter Freyther3-9/+15
2010-07-05nat: Make queue_for_msc use the msc_con parameter, pass in the right msc_conHolger Hans Peter Freyther1-17/+23
2010-07-05nat: Keep track of the MSC handling the connection.Holger Hans Peter Freyther2-0/+2
2010-07-05nat: Fix the testcase and init the logging infrastructureHolger Hans Peter Freyther1-0/+1
2010-07-05bsc_api: Only forward L3 messages when the channel is activeHolger Hans Peter Freyther1-0/+7
2010-07-05configure.in: Require 0.1.13 of libosmocore...Holger Hans Peter Freyther1-1/+1
2010-07-03gprs/llc: Don't check FCS in gprs_llc_hdr_dumpSylvain Munaut1-2/+2
2010-07-03db.c: Fix some SQL queries for ambiguous column namesSylvain Munaut1-19/+23
2010-07-03db: Use proper %llu for subscriber ID in format string.Sylvain Munaut1-8/+8
2010-07-03[SGSN] Some IEs in ATTACH REQUEST can be longer in 24.008Harald Welte1-1/+3
2010-07-03[SGSN] Initial work on GMM authentication and cipheringHarald Welte2-9/+120
2010-07-02[SGSN] LLC: only copy Kc if algorithm != GPRS_ALGO_GEA0Harald Welte1-1/+2
2010-07-02[SGSN] use GPRS_ALGO_GEA0 instead of '0'Harald Welte1-6/+11
2010-07-02[SGSN] LLC: Make sure we calculate FCS after decryptionHarald Welte1-10/+5
2010-07-02[SGSN] Use libosmocore GPRS encryption plugins from LLC layerHarald Welte2-8/+100
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