aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* osmo-bsc: Add configurable option to spawn + respawn osmo-bsc_mgcplaforge/mgcp-reworkHarald Welte2012-01-274-3/+115
* bsc_mgcp: Send RSIP for all endpoints when SIGHUP is receivedHarald Welte2012-01-272-0/+17
* MGCP: accept the SDP in CRCX, not only in MDCXHarald Welte2012-01-271-73/+104
* MGCP: implement a more tolerant parser based on strtok_r()Harald Welte2012-01-273-261/+183
* bsc_mgcp: make sure all command line options are documentedHarald Welte2012-01-271-0/+2
* consistently name bsc_mgcp osmo-bsc_mgcpHarald Welte2012-01-271-3/+3
* test case for the zynetix MCGP: use \n instead of \rHarald Welte2012-01-271-7/+7
* 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
* mgcp: Provide documentation for the method, check sscanf returnHolger Hans Peter Freyther2012-01-171-0/+8
* bts: Convert the rsl_link to be a struct ipabis_linkHolger Hans Peter Freyther2012-01-171-0/+4
* lchan: Close a possible still open RTP SocketHolger Hans Peter Freyther2012-01-171-0/+12
* ho: Remove rtp_proxy.h include, no proxy code in hereHolger Hans Peter Freyther2012-01-171-1/+0
* nat: Add the bsc_data.c file to the EXTRA_DISTHolger Hans Peter Freyther2012-01-151-1/+1
* abis: gsm_data_shared.h includes libosmo-abis header, add abis to cflagsHolger Hans Peter Freyther2012-01-159-15/+15
* mncc: Include size and offsets of struct gsm_mncc in the helloHolger Hans Peter Freyther2012-01-152-1/+18
* channel: Review lchan_free calls and the state the channel is inHolger Hans Peter Freyther2012-01-151-1/+1
* lchan: Rename release_reason to release_modeHolger Hans Peter Freyther2012-01-153-7/+9
* channel: Fix a typo in the lchan state documentationHolger Hans Peter Freyther2012-01-151-1/+1
* channel: The error timer and the lchan_deact_tmr are both runningHolger Hans Peter Freyther2012-01-151-1/+2
* Revert "libbsc: Log if a channel is freed with lchan->state != LCHAN_S_NONE"Holger Hans Peter Freyther2012-01-151-4/+0
* bsc: Fix "show lchan" for partially provided informationHolger Hans Peter Freyther2012-01-151-13/+53
* nat: Add the line break after the '.0.10.1Holger Hans Peter Freyther2012-01-111-1/+1
* nat: Implement clearing of TP-SRR flags from TPDUsHolger Hans Peter Freyther2012-01-106-7/+136
* nat: Reduce copy and paste in the test, create a verify_msgHolger Hans Peter Freyther2012-01-101-50/+23
* nat: Use the link_id from the original message in the new DTAP messageHolger Hans Peter Freyther2012-01-102-2/+4
* nat: Compare the DTAP L3 size with the size of the msgb - dtap headerHolger Hans Peter Freyther2012-01-101-2/+4
* nat: Fix comment and mask for looking at TP-MTIHolger Hans Peter Freyther2012-01-101-2/+3
* nat: SMS rewrite matching, empty list means match everythingHolger Hans Peter Freyther2012-01-101-1/+1
* nat: SMS comment updatesHolger Hans Peter Freyther2012-01-101-1/+2
* nat: Move SMS creation into a new method, no functional changeHolger Hans Peter Freyther2012-01-101-34/+49
* nat: Access data_ptr after we have checked the lengthHolger Hans Peter Freyther2012-01-101-4/+4
* nat: Move the finding of the number to a new methodHolger Hans Peter Freyther2012-01-101-44/+62
* tests: Use atlocal/atlocal.in to enable/disable the NAT testHolger Hans Peter Freyther2012-01-095-7/+7
* Revert "tests: Make the test setup more abusive to fix the build"Holger Hans Peter Freyther2012-01-091-7/+5