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