aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-12-27osmo-nitb: Add a timer to regularly expiredaniel/t3212-workJan Luebbe1-0/+12
2012-12-27libmsc: Track and update the location update expiryJan Luebbe5-6/+138
2012-12-27Stricter limits for T3212 (location update period)Daniel Willmann2-4/+4
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
2012-12-10mgcp: Change the flow of the code when handling a MGCP responseHolger Hans Peter Freyther1-11/+14
2012-12-10mgcp: Methods generating a response now include the endpoint pointerHolger Hans Peter Freyther2-38/+35
2012-12-10mgcp: Add testdata for MDCX handlingHolger Hans Peter Freyther2-0/+21
2012-12-10mgcp: Test the second CRCX as a CRCX and not as a re-transmissionHolger Hans Peter Freyther2-2/+14
2012-12-10mgcp: Fix a typo.. it is msg and not mgsHolger Hans Peter Freyther1-1/+1
2012-12-10mgcp: We do not need to check for talloc_freeHolger Hans Peter Freyther1-8/+4
2012-12-10bsc: Fix compiler warning and return from the method with a value.Holger Hans Peter Freyther1-2/+3
2012-12-03bsc: Send the USSD message after the location updating accept.Holger Hans Peter Freyther4-11/+25
2012-12-03msc: Add debug messages when not sending a USSD welcome messageHolger Hans Peter Freyther1-1/+8
2012-12-03bsc: Fix a brown paper bug and most likely fix the USSD welcome issueHolger Hans Peter Freyther1-1/+1
2012-12-03bsc: Call the variable with a more appropriate name.Holger Hans Peter Freyther1-4/+4
2012-12-01Merge branch 'zecke/jolly-sms'Holger Hans Peter Freyther2-268/+197
2012-12-01sms: Kill the linkid as we are using SAPI=3 all the timeHolger Hans Peter Freyther2-7/+3
2012-12-01sms: Replaced the SMR process by new implementation in libosmocoreAndreas Eversberg2-87/+100
2012-12-01sms: Replaced the SMC process by new implementation in libosmocoreAndreas Eversberg2-171/+113