aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-07nat: Simplify the code and call auth_imsi from the main methodHolger Hans Peter Freyther1-24/+29
2013-01-07nat: Get the cause into the imsi_auth method in preparationHolger Hans Peter Freyther1-13/+19
2013-01-07nat: Allow the filter to select the reject causeHolger Hans Peter Freyther4-23/+49
2013-01-07nat: Move the IMSI/TMSI filtering to a new and dedicated fileHolger Hans Peter Freyther4-282/+323
2013-01-07nat: Fix a typo in the log message for out of memoryHolger Hans Peter Freyther1-1/+1
2013-01-07nat: Extract the message re-writing from the utils to a dedicated fileHolger Hans Peter Freyther4-590/+630
2013-01-01Revert "libbsc: With the new SAPI states we don't need sacch_deact anymore"Holger Hans Peter Freyther1-0/+1
2013-01-01Merge branch 'daniel/t3212-work'Holger Hans Peter Freyther8-10/+154
2013-01-01osmo-nitb: Add a timer to regularly expireJan Luebbe1-0/+12
2013-01-01libmsc: Track and update the location update expiryJan Luebbe5-6/+138
2013-01-01Stricter limits for T3212 (location update period)Daniel Willmann2-4/+4
2013-01-01misc: Do not use else when using return in the previous branchHolger Hans Peter Freyther1-1/+1
2013-01-01libbsc: Make argument optional in some 'show' commandsSylvain Munaut1-6/+6
2013-01-01libmsc: Allow to set sender id when sending SMS from the VTYSylvain Munaut4-17/+55
2013-01-01libmsc: Refuse service to anyone not attachedSylvain Munaut1-0/+4
2012-12-29gsm_04_08: Display debug message correctly on DETACH INDICATIONdaniel/channel-ho-wipDaniel Willmann1-3/+5
2012-12-29libbsc: With the new SAPI states we don't need sacch_deact anymoreDaniel Willmann2-2/+0
2012-12-29gsm_data_shared.h: Keep a list of SAPI states per lchanDaniel Willmann1-0/+13
2012-12-26libmsc: One of assign_compl and assign_fail will always be calledHolger Hans Peter Freyther1-12/+0
2012-12-26tests: Don't delete atconfig in cleanDaniel Willmann1-1/+1
2012-12-26abis_test: Fix the test case and calculate the right offsetHolger Hans Peter Freyther2-4/+4
2012-12-26handover: Fix the handover signalling for IP based BTSesHolger Hans Peter Freyther5-49/+36
2012-12-26gsm: Do not attempt to release SAPI=0 if it was never allocatedHolger Hans Peter Freyther3-0/+26
2012-12-26libbsc: Fix DL QUAL decoding from measurement reportsSylvain Munaut1-2/+2
2012-12-25gsm_subscriber: change subscr_bsc_active_subscriber to pluralJan Luebbe2-10/+10
2012-12-25nitb: Add a VTY command to initiate a handover to another BTSHolger Hans Peter Freyther1-0/+53
2012-12-23Merge branch 'zecke/channel-release'Holger Hans Peter Freyther16-117/+180
2012-12-23lchan: Introduce T3109 handling for the release procedureHolger Hans Peter Freyther12-24/+63
2012-12-23lchan: Introduce a BROKEN state for the lchanHolger Hans Peter Freyther3-4/+6
2012-12-23lchan: Document the behavior/quirks for abnormal channel releaseHolger Hans Peter Freyther1-5/+29
2012-12-23lchan: Release the lchan more quickly, align with GSM 04.08Holger Hans Peter Freyther5-63/+55
2012-12-23lchan: Release all higher sapis on the local end.Holger Hans Peter Freyther1-1/+1
2012-12-23rsl: Cosmetic changes to the release codeHolger Hans Peter Freyther1-8/+12
2012-12-23rsl: Call the release function with the enum name and not the numberHolger Hans Peter Freyther2-11/+11
2012-12-23rsl: Rename the reason to release_mode and use the enum valueHolger Hans Peter Freyther5-9/+11
2012-12-23rsl: Use LOGL_ERROR instead of LOGL_NOTICE act/deact timeoutsHolger Hans Peter Freyther1-2/+2
2012-12-22paging: Do not page when there is no OML linkHolger Hans Peter Freyther1-0/+4
2012-12-22libmsc: Avoid a crash on lchan release during call controlHolger Hans Peter Freyther1-5/+16
2012-12-22libmsc: Set trans->subscr = NULL after we release itHolger Hans Peter Freyther1-1/+3
2012-12-21autoconf: Fix the --disable-* case for the AC_ARG_ENABLE macrosHolger Hans Peter Freyther1-27/+20
2012-12-20osmo-bts: Include lapdm.h to fix autoconf usability testHolger Hans Peter Freyther1-0/+4
2012-12-20Merge branch 'zecke/abis-sw-selection'Holger Hans Peter Freyther9-32/+301
2012-12-19abis: Activate the newest available installed on the BTSHolger Hans Peter Freyther4-13/+92
2012-12-19abis: Create a routine that can parse all SW Descriptions of a SW ConfigHolger Hans Peter Freyther9-33/+223
2012-12-19misc: Fix compilation now that the method is located in libosmocoreHolger Hans Peter Freyther2-8/+1
2012-12-16nitb: Do not crash on IMSI Detach messages from a phoneHolger Hans Peter Freyther1-1/+0
2012-12-16mgcp: Allow to freely control the a=fmtp line for experimentsHolger Hans Peter Freyther4-2/+48
2012-12-16mgcp: Fix the vary large jump detection in the codeHolger Hans Peter Freyther1-1/+1
2012-12-10Merge branch 'zecke/mgcp-transactions'Holger Hans Peter Freyther5-202/+294
2012-12-10mgcp: Test and implement re-transmission handlingHolger Hans Peter Freyther5-167/+230