aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2013-04-18nat: Add an example for a black listHolger Hans Peter Freyther1-0/+1
2013-04-17ctrl: Provide a reply in case the range check failedHolger Hans Peter Freyther1-0/+1
2013-04-17ctrl: Make the commands static to not pollute the namespaceHolger Hans Peter Freyther1-3/+3
2013-04-16nat: Extract the LAC/CI from the Complete Layer3 InformationHolger Hans Peter Freyther6-2/+107
2013-04-16nat: Rename "struct sccp_connections" to "struct nat_sccp_connection"Holger Hans Peter Freyther10-70/+70
2013-04-16nat: Allow to re-write international numbers in the CC Setup messagesHolger Hans Peter Freyther3-9/+94
2013-04-16nat: Allow to daemonize the NAT processHolger Hans Peter Freyther1-1/+5
2013-04-16nat: Name the variable more properly and begin with net.1.bsc.%dHolger Hans Peter Freyther1-3/+4
2013-04-16nat: Include the sccp_src_ref and sccp_dst_ref for this callHolger Hans Peter Freyther1-2/+6
2013-04-16nat: Do not allow the amount of pending responses to grow infinitelyHolger Hans Peter Freyther1-0/+15
2013-04-16nat: Reword the log messages as this is normal operationHolger Hans Peter Freyther1-1/+1
2013-04-16nat: We want the remote to respond to our DLCX requestHolger Hans Peter Freyther10-10/+256
2013-04-16nat: Make it possible to send MGCP messages through the IPA multiplexHolger Hans Peter Freyther5-15/+105
2013-04-16nat: Move all methods sending a response to the callagent to a single placeHolger Hans Peter Freyther1-10/+11
2013-04-16nat: Address the FIXME and send the MDCX down to the BSCHolger Hans Peter Freyther1-1/+1
2013-04-05sysmobts: Add the necessary data structure and init for the SAPI queueHolger Hans Peter Freyther2-0/+5
2013-04-02nat: Fix authentication by-pass using shorter tokensHolger Hans Peter Freyther1-2/+20
2013-03-28bsc-ctrl: Fix a potential memory leak on failed verificationHolger Hans Peter Freyther1-2/+5
2013-03-21db: Link to the VTY library for the vty_config_unlock symbolHolger Hans Peter Freyther1-1/+1
2013-03-17Add VTY option to set GPRS network-control-order to enable MS measurementsAndreas Eversberg3-0/+25
2013-03-13Fix osmo-nitb build without libsmppHarald Welte1-0/+2
2013-03-13SMPP: Implement SMPP Osmocom Estensions on MO-SMS0.13.0Harald Welte5-7/+112
2013-03-13SMPP: Fix crash on delivery of incoming SUBMIT-SMHarald Welte2-6/+10
2013-03-12IPA: Allow RSL connection to different IP address as OMLHarald Welte3-1/+32
2013-03-11BTS: Add S counter for link loss criterion to lchan structureAndreas Eversberg1-0/+2
2013-03-10si: Another round of PCS related fixesHolger Hans Peter Freyther3-5/+22
2013-03-09rsl: Properly initialize the cm structure with memsetHolger Hans Peter Freyther1-1/+1
2013-03-08bsc_vty: Prevent printing -1 as unsigned integer for timeslot TSCHarald Welte1-1/+2
2013-03-03bsc: Stop "show paging" from crashing before the first pagingHolger Hans Peter Freyther1-0/+3
2013-03-03doc: Do not have examples with accept-all in our repositoryHolger Hans Peter Freyther1-1/+0
2013-03-03vty: Document some previously undocumented parametersHolger Hans Peter Freyther4-9/+14
2013-02-26doc: Create a documentation on the SCCP/lite implementation we haveHolger Hans Peter Freyther1-0/+94
2013-02-12VTY: backwards compatibility for 'logging level sms'Harald Welte1-0/+14
2013-02-08Fix of IMMIDIATE ASSIGNMENT REJECT messageAndreas Eversberg3-2/+7
2013-02-07add some more docbook snippetsHarald Welte2-8/+39
2013-02-07dump_all_docs.py: Also extract documentation for SGSNHarald Welte1-0/+1
2013-02-07fix osmo-bsc example configuration fileHarald Welte1-1/+0
2013-02-06doc: Add some documentation on how the paging system is workingHolger Hans Peter Freyther1-0/+48
2013-01-28bsc: Allow to page a BTS that is excluded from the RF lockHolger Hans Peter Freyther5-20/+77
2013-01-28bsc: A BTS excluded from the RF lock should be allowed to make a connectionHolger Hans Peter Freyther4-9/+8
2013-01-28bts: Allow to exclude a BTS from the global RF lock handlingHolger Hans Peter Freyther3-3/+55
2013-01-25CC: gsm48_cc_tx_release() must not remove callrefAndreas Eversberg1-2/+0
2013-01-25CC: mncc_release_ind() must send MNCC_REL_CNF in state N19Andreas Eversberg1-0/+2
2013-01-25CC: Be sure to allocate call instance with talloc_zero()Andreas Eversberg1-1/+1
2013-01-24smpp_vty: Ensure to not print 'system-id' in openbsc.cfg if its emptyHarald Welte1-1/+2
2013-01-20smpp: Fix a memleak of the SMS on the submit pathHolger Hans Peter Freyther1-1/+2
2013-01-20SMPP: Inform the SMS Queue that a SMS was submitted to kick the queueHolger Hans Peter Freyther1-1/+6
2013-01-17si: Deal with DCS1800 and PCS1900 have overlapping ARFCN rangesHolger Hans Peter Freyther1-3/+23
2013-01-17si: Share the ARFCN selection condition between the two statementsHolger Hans Peter Freyther1-30/+37
2013-01-16rsl: Properly parse the RLM cause from the error indicationHolger Hans Peter Freyther1-3/+13