aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Send Return Error instead of Reject when service is not provisionedtobias/supplementary_servicesTobias Engel1-6/+6
2012-03-28Return Error component addedTobias Engel2-2/+38
2012-03-22Call Waiting SSTobias Engel2-3/+37
2012-03-22Supplementary Services (de)activation and interrogationTobias Engel11-125/+328
2012-03-16misc: Use other size modifiers to fix compiler warningsHolger Hans Peter Freyther3-4/+4
2012-03-16bsc: Prepare to have multiple MSC connectionsHolger Hans Peter Freyther6-26/+90
2012-03-16bsc: Use the right connection for outgoing packetsHolger Hans Peter Freyther2-3/+11
2012-03-16bsc: Move more things to use osmo_msc_data* directlyHolger Hans Peter Freyther3-5/+3
2012-03-16bsc: Move the bsc_filter to use the osmo_bsc_sccp_conHolger Hans Peter Freyther2-9/+8
2012-03-16bsc: Move away from ->bsc.msc to use the selected MSCHolger Hans Peter Freyther3-15/+20
2012-03-16bsc: Stop using net->bsc->msc and get the right msc from somewhere elseHolger Hans Peter Freyther2-4/+7
2012-03-16bsc: Create a osmo_bsc_data and embed osmo_msc_dataHolger Hans Peter Freyther14-88/+109
2012-03-16bsc: Address warnings about implicit declarationsHolger Hans Peter Freyther1-0/+3
2012-03-16bsc: Fix compiler warning about wrong return and unused variableHolger Hans Peter Freyther1-2/+1
2012-03-16mgcp: implement a more tolerant parser based on strtok_r()Harald Welte3-259/+187
2012-03-16mgcp: make sure all command line options are documentedHarald Welte1-0/+2
2012-03-16mgcp: consistently name bsc_mgcp osmo-bsc_mgcpHarald Welte1-3/+3
2012-03-16mgcp_test: Add wrong messages as input and check what happensHolger Hans Peter Freyther2-2/+30
2012-03-16mgcp_test: Rename method as it now operates on an array of messagesHolger Hans Peter Freyther1-2/+2
2012-03-02misc: Deal with smatch warnings about the bitfieldsHolger Hans Peter Freyther2-5/+5
2012-03-01misc: Use msgb_free for freeing the messagesHolger Hans Peter Freyther6-6/+6
2012-03-01Improved generation of SYSTEM INFORMATIONs 2* and 5* for neighbour bandsAndreas Eversberg2-41/+265
2012-02-24Make sure USSD code only responds *#100# for retrieving own numberTobias Engel1-1/+1
2012-02-17fix generation of frequency list (E-GSM vs. P-GSM 900)Harald Welte1-2/+3
2012-02-03bts_ipaccess_nanobts.c: Remove unused variable.Holger Hans Peter Freyther1-3/+0
2012-02-03abis_rsl.c: Remove unused variable net.Holger Hans Peter Freyther1-2/+0
2012-02-03abis_rsl: The rach information was not used, introduce a signalHolger Hans Peter Freyther2-12/+31
2012-02-03abis_rsl.c: Remove unused variable ts_numberHolger Hans Peter Freyther1-2/+1
2012-02-03abis_om2000.c: Remove unused variable to_trx_oml.Holger Hans Peter Freyther1-1/+0
2012-02-03vty: Remove two unimplemented OML functionsHolger Hans Peter Freyther1-24/+0
2012-02-03misc: abis_nm.c Use the result of ret.Holger Hans Peter Freyther1-1/+7
2012-02-03misc: gsm_data.c address compiler warningHolger Hans Peter Freyther1-3/+4
2012-01-29ARFCNs are in the range of 0..1023, not 0..1024Harald Welte2-5/+5
2012-01-27mgcp: add missing prototypes for send_mgcp_reset_*Harald Welte1-0/+3
2012-01-27osmo-bsc: Remove hard-coded check for codec preferecne in ASS CMDHarald Welte1-5/+0
2012-01-27MGCP: Add VTY commands to reset (RSIP) one or all endpointsHarald Welte2-0/+86
2012-01-27bsc_mgcp: optionally connect the MGCP socket to the MGWHarald Welte1-0/+11
2012-01-27MGCP: Add CRCX test casesHarald Welte1-0/+29
2012-01-27further generalize mgcp testing codeHarald Welte1-19/+30
2012-01-27mgcp_test: remove duplicate codeHarald Welte1-13/+6
2012-01-23Move the bulk of RR processing from MSC into BSCHarald Welte4-118/+107
2012-01-23Move processing of CLASSMARK CHANGE behind bsc_apiHarald Welte5-50/+81
2012-01-20osmo-bsc: correctly parse the TMSI in BSSAP paging from MSCHarald Welte1-5/+3
2012-01-18nat: Add VTY command for the TP-DA rewriting.Holger Hans Peter Freyther1-0/+27
2012-01-18nat: Fix the no sms-clear-tp-srr commandHolger Hans Peter Freyther1-1/+1
2012-01-18nat: Internationalize the TP-DA if it starts with a 00Holger Hans Peter Freyther2-5/+8
2012-01-18nat: Prepare to rewrite the TP-DA number of a SMS submit.Holger Hans Peter Freyther5-37/+172
2012-01-18nat: Print the sizes and the offending data in case of a failureHolger Hans Peter Freyther1-1/+5
2012-01-17rsl: This is provided by libosmo-abis, remove it hereHolger Hans Peter Freyther1-1/+0
2012-01-17mgcp: Fix warning about unused variableHolger Hans Peter Freyther1-2/+0