aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gsm_04_08: Display debug message correctly on DETACH INDICATIONdaniel/channel-ho-wipDaniel Willmann2012-12-291-3/+5
* libbsc: With the new SAPI states we don't need sacch_deact anymoreDaniel Willmann2012-12-292-2/+0
* gsm_data_shared.h: Keep a list of SAPI states per lchanDaniel Willmann2012-12-291-0/+13
* libmsc: One of assign_compl and assign_fail will always be calledHolger Hans Peter Freyther2012-12-261-12/+0
* tests: Don't delete atconfig in cleanDaniel Willmann2012-12-261-1/+1
* abis_test: Fix the test case and calculate the right offsetHolger Hans Peter Freyther2012-12-262-4/+4
* handover: Fix the handover signalling for IP based BTSesHolger Hans Peter Freyther2012-12-265-49/+36
* gsm: Do not attempt to release SAPI=0 if it was never allocatedHolger Hans Peter Freyther2012-12-263-0/+26
* libbsc: Fix DL QUAL decoding from measurement reportsSylvain Munaut2012-12-261-2/+2
* gsm_subscriber: change subscr_bsc_active_subscriber to pluralJan Luebbe2012-12-252-10/+10
* nitb: Add a VTY command to initiate a handover to another BTSHolger Hans Peter Freyther2012-12-251-0/+53
* Merge branch 'zecke/channel-release'Holger Hans Peter Freyther2012-12-2316-117/+180
|\
| * lchan: Introduce T3109 handling for the release procedureHolger Hans Peter Freyther2012-12-2312-24/+63
| * lchan: Introduce a BROKEN state for the lchanHolger Hans Peter Freyther2012-12-233-4/+6
| * lchan: Document the behavior/quirks for abnormal channel releaseHolger Hans Peter Freyther2012-12-231-5/+29
| * lchan: Release the lchan more quickly, align with GSM 04.08Holger Hans Peter Freyther2012-12-235-63/+55
| * lchan: Release all higher sapis on the local end.Holger Hans Peter Freyther2012-12-231-1/+1
| * rsl: Cosmetic changes to the release codeHolger Hans Peter Freyther2012-12-231-8/+12
| * rsl: Call the release function with the enum name and not the numberHolger Hans Peter Freyther2012-12-232-11/+11
| * rsl: Rename the reason to release_mode and use the enum valueHolger Hans Peter Freyther2012-12-235-9/+11
| * rsl: Use LOGL_ERROR instead of LOGL_NOTICE act/deact timeoutsHolger Hans Peter Freyther2012-12-231-2/+2
|/
* paging: Do not page when there is no OML linkHolger Hans Peter Freyther2012-12-221-0/+4
* libmsc: Avoid a crash on lchan release during call controlHolger Hans Peter Freyther2012-12-221-5/+16
* libmsc: Set trans->subscr = NULL after we release itHolger Hans Peter Freyther2012-12-221-1/+3
* autoconf: Fix the --disable-* case for the AC_ARG_ENABLE macrosHolger Hans Peter Freyther2012-12-211-27/+20
* osmo-bts: Include lapdm.h to fix autoconf usability testHolger Hans Peter Freyther2012-12-201-0/+4
* Merge branch 'zecke/abis-sw-selection'Holger Hans Peter Freyther2012-12-209-32/+301
|\
| * abis: Activate the newest available installed on the BTSHolger Hans Peter Freyther2012-12-194-13/+92
| * abis: Create a routine that can parse all SW Descriptions of a SW ConfigHolger Hans Peter Freyther2012-12-199-33/+223
|/
* misc: Fix compilation now that the method is located in libosmocoreHolger Hans Peter Freyther2012-12-192-8/+1
* nitb: Do not crash on IMSI Detach messages from a phoneHolger Hans Peter Freyther2012-12-161-1/+0
* mgcp: Allow to freely control the a=fmtp line for experimentsHolger Hans Peter Freyther2012-12-164-2/+48
* mgcp: Fix the vary large jump detection in the codeHolger Hans Peter Freyther2012-12-161-1/+1
* Merge branch 'zecke/mgcp-transactions'Holger Hans Peter Freyther2012-12-105-202/+294
|\
| * mgcp: Test and implement re-transmission handlingHolger Hans Peter Freyther2012-12-105-167/+230
| * mgcp: Change the flow of the code when handling a MGCP responseHolger Hans Peter Freyther2012-12-101-11/+14
| * mgcp: Methods generating a response now include the endpoint pointerHolger Hans Peter Freyther2012-12-102-38/+35
| * mgcp: Add testdata for MDCX handlingHolger Hans Peter Freyther2012-12-102-0/+21
| * mgcp: Test the second CRCX as a CRCX and not as a re-transmissionHolger Hans Peter Freyther2012-12-102-2/+14
| * mgcp: Fix a typo.. it is msg and not mgsHolger Hans Peter Freyther2012-12-101-1/+1
| * mgcp: We do not need to check for talloc_freeHolger Hans Peter Freyther2012-12-101-8/+4
|/
* bsc: Fix compiler warning and return from the method with a value.Holger Hans Peter Freyther2012-12-101-2/+3
* bsc: Send the USSD message after the location updating accept.Holger Hans Peter Freyther2012-12-034-11/+25
* msc: Add debug messages when not sending a USSD welcome messageHolger Hans Peter Freyther2012-12-031-1/+8
* bsc: Fix a brown paper bug and most likely fix the USSD welcome issueHolger Hans Peter Freyther2012-12-031-1/+1
* bsc: Call the variable with a more appropriate name.Holger Hans Peter Freyther2012-12-031-4/+4
* Merge branch 'zecke/jolly-sms'Holger Hans Peter Freyther2012-12-012-268/+197
|\
| * sms: Kill the linkid as we are using SAPI=3 all the timeHolger Hans Peter Freyther2012-12-012-7/+3
| * sms: Replaced the SMR process by new implementation in libosmocoreAndreas Eversberg2012-12-012-87/+100
| * sms: Replaced the SMC process by new implementation in libosmocoreAndreas Eversberg2012-12-012-171/+113