aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2015-05-03filter: Move the method definition to the filter moduleHolger Hans Peter Freyther9-59/+80
2015-05-03filter: Move the gsm 04.08 filter to a common placeHolger Hans Peter Freyther6-4/+16
2015-05-02mgcp: Fix compiler warning on 64bit buildsHolger Hans Peter Freyther1-1/+1
2015-04-29sub: Remove the queue from the subscriber codeHolger Hans Peter Freyther10-201/+102
2015-04-29sub: Remove introspection of the "channel queue"Holger Hans Peter Freyther3-127/+4
2015-04-29sub: Remove paging requests before dispatchingHolger Hans Peter Freyther1-4/+10
2015-04-29mncc: Select the codec similar to the modify handlingHolger Hans Peter Freyther1-1/+1
2015-04-29mgcp/test: Fix mgcp-transcoding assertion (Coverity)Jacob Erlbeck1-1/+1
2015-04-28mgcp: Move assignment of src_codec downwardsJacob Erlbeck1-1/+2
2015-04-24mgcp: Allow to disable transcoding for trunksHolger Hans Peter Freyther3-0/+56
2015-04-24mgcp: Ignore the case for finding a codecHolger Hans Peter Freyther1-5/+5
2015-04-23nat: Make mode-set patching optionalHolger Hans Peter Freyther7-6/+68
2015-04-23sgsn/gtp: Fill out the optional RAT typeHolger Hans Peter Freyther1-0/+5
2015-04-23misc: Fix warnings about size of size_t in printfHolger Hans Peter Freyther4-16/+16
2015-04-10nitb: Fix IMSI/IMEI buffer handling (Coverity)Jacob Erlbeck3-5/+4
2015-04-07nitb: Check source string length before calling strncpy (Coverity)Jacob Erlbeck2-0/+40
2015-04-07gprs: Fix GSUP cancel_type handling (Coverity)Jacob Erlbeck2-1/+14
2015-04-07nat: Fix timeslot range in 'show bsc mgcp' VTY commandJacob Erlbeck1-1/+1
2015-04-07nat: Check for the access list in set command as wellHolger Hans Peter Freyther1-1/+8
2015-04-07nat: Check the con->imsi for the tracked IMSIHolger Hans Peter Freyther1-2/+2
2015-04-05nat: Add ctrl command to save the configurationHolger Hans Peter Freyther1-0/+31
2015-04-05nat: Add a ctrl command to add to an existing ACC listHolger Hans Peter Freyther2-0/+74
2015-04-05nat: Inform others if an IMSI is rejectedHolger Hans Peter Freyther3-0/+26
2015-04-05nat: The reject cause of "-1" has failure meaning, change itHolger Hans Peter Freyther1-1/+1
2015-04-04bts: "Repair" broken channels if we receive the release ackHolger Hans Peter Freyther2-3/+25
2015-04-01bsc: Change paging strategy based on override or notHolger Hans Peter Freyther1-6/+16
2015-04-01bsc: In preparation to the MT lac/ci patching split the codeHolger Hans Peter Freyther1-11/+21
2015-04-01bsc: Allow to use different LAC/CI for the core-networkHolger Hans Peter Freyther6-8/+85
2015-03-29libmgcp: Fail if transcoding can't be configuredHolger Hans Peter Freyther1-10/+14
2015-03-28write_queue: Check the result of osmo_wqueue_enqueue and freeHolger Hans Peter Freyther3-3/+16
2015-03-28rtp: Fixed problem of mute audio on some callsAndreas Eversberg1-1/+10
2015-03-28rtp: Fix memory leak fixed by Andreas without mentioning itHolger Hans Peter Freyther1-1/+1
2015-03-28rtp: Add handling of BFI (Bad Frame Indicatior) of received TRAU framesAndreas Eversberg2-1/+18
2015-03-28ignore debian build byproductsMax1-0/+1
2015-03-22rtp: And really catch up and remove all occurences of openbsc/rtp.hHolger Hans Peter Freyther1-1/+3
2015-03-22rtp: Catch up with the removal of the rtp.hHolger Hans Peter Freyther1-1/+1
2015-03-22rtp: Use osmocom/netif/rtp.h for the rtp structure definitionHolger Hans Peter Freyther4-63/+7
2015-02-10ctrl: Implement a global result for rf_locked0.14.0Holger Hans Peter Freyther2-2/+37
2015-02-10ctrl: Add a command to check how many bts are configuredHolger Hans Peter Freyther2-0/+16
2015-02-10nitb: Move the rf-lock commands from osmo-bsc to libbscHolger Hans Peter Freyther2-86/+83
2015-02-08smpp: Fix potential crash in handling submitSMHolger Hans Peter Freyther1-3/+4
2015-02-08nat: getopt returns "static" data no need to copy itHolger Hans Peter Freyther1-1/+1
2015-02-08smpp: Do not check conn for being nullHolger Hans Peter Freyther1-1/+1
2015-02-07nokia: Allow to set the reset time for the nokia btsSipos Csaba4-4/+26
2015-02-06sgsn: Add easy APN commands with just the nameHolger Hans Peter Freyther2-0/+41
2015-02-06Revert "gprs: Block other GSUP procedures during PURGE_MS"Jacob Erlbeck4-146/+1
2015-02-06sgsn: Select GGSN based on APNJacob Erlbeck5-6/+258
2015-02-06sgsn: Add sgsn_ggsn_ctx_free functionJacob Erlbeck2-0/+7
2015-02-06sgsn: Add functions to handle APN contextsJacob Erlbeck6-13/+249
2015-02-06sgsn: Add PDP info to subscriber dataJacob Erlbeck4-9/+105