aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2010-12-21abis_nm: Band aid on OML initialisation by queuing messagesHolger Hans Peter Freyther3-8/+72
2010-12-21oml: In case we get a NACK, drop the OML connection and hope for the bestHolger Hans Peter Freyther1-0/+11
2010-12-21oml: Another band aid for reliable BTS init...Holger Hans Peter Freyther1-2/+2
2010-12-21ho: On ho failure clear the subscriber connectionHolger Hans Peter Freyther1-0/+2
2010-12-21ho: Make this allocation a child of the BSC talloc contextHolger Hans Peter Freyther1-1/+1
2010-12-15bsc_vty: Fix unknown 'use-dtx' config parser errorHarald Welte1-1/+1
2010-12-15osmo-bsc: Make it compile against paging_request_stop() api changeHarald Welte1-1/+1
2010-12-14bs11_config: more verbose output of ACK/NACK responsesHarald Welte1-0/+15
2010-12-14bs11_config: fix help message about multi-drop (not 'port')Harald Welte1-2/+2
2010-12-14bs11_config: update copyright statementHarald Welte1-2/+2
2010-12-14bs11_config: show the BPORT0 / BPORT1 configuration in 'query'Harald Welte2-0/+39
2010-12-14bs11_config: Add option to set BPORT1 in multi-drop modeHarald Welte1-0/+7
2010-12-12Add mandatory routeing area IE to SUSPEND-NACKDieter Spaar1-1/+5
2010-12-01paging: Dispatch the SS_PAGING signals at the MSC code levelSylvain Munaut3-14/+13
2010-12-01auth/ciph: Enable securing of channel directly after paging responseSylvain Munaut1-3/+55
2010-12-01gsm_04_08: Make gsm48_secure_channel available globallySylvain Munaut1-2/+2
2010-12-01gsm_04_08: Use subscr_get_channel instead of directly paging_requestSylvain Munaut1-3/+4
2010-12-01paging: Give the msgb that caused paging_stop up to the paging callbackSylvain Munaut3-7/+9
2010-12-01gsm_subscriber: Move the get_channel/put_channel logic in MSC partSylvain Munaut2-128/+134
2010-12-01gsm_04_08: Don't set ciphering manually but call gsm0808_cipher_modeSylvain Munaut1-10/+4
2010-12-01bsc: Allow to configure Optional Cell Selection params from vtySylvain Munaut2-0/+112
2010-11-26bsc: Add a command to set the ussd_welcome_textHolger Hans Peter Freyther1-0/+17
2010-11-26mid-call: Do not lose the first word of the messageHolger Hans Peter Freyther1-1/+1
2010-11-26mid-call: Make the mid-call behavior the default for switching things offHolger Hans Peter Freyther1-20/+34
2010-11-26mid-call: Implement a timer to go from grace to off.Holger Hans Peter Freyther1-7/+39
2010-11-26mid-call: Rename ussd-grace to mid-callHolger Hans Peter Freyther2-15/+15
2010-11-26mid-call: Introduce a timeout to switch from grace to rf off.Holger Hans Peter Freyther1-0/+13
2010-11-26vty: For ipaccess we will dump if the OML connection is presentHolger Hans Peter Freyther1-2/+6
2010-11-15ipaccess: Fix dropping the OML/RSL connection.Holger Hans Peter Freyther1-4/+3
2010-11-15bsc: Implement queuing of messages to the MSC before the con is establishedHolger Hans Peter Freyther1-5/+45
2010-11-15bsc: Use the BSC Filter to stop a paging_requestHolger Hans Peter Freyther1-0/+49
2010-11-15bsc: Implement paging by creating a dummy subscr for the pagingHolger Hans Peter Freyther1-2/+14
2010-11-15bsc: The ip.access rtp-payload has no useful meaningHolger Hans Peter Freyther2-16/+0
2010-11-15bsc: Add thr audio module to send the MDCX message to the BTSHolger Hans Peter Freyther3-1/+76
2010-11-15bsc: Implement DTAP coming from the MSC and forward to the BSC APIHolger Hans Peter Freyther1-1/+38
2010-11-15bsc: Implement the assignment command to the point of calling into the BSC APIHolger Hans Peter Freyther1-0/+178
2010-11-15bsc: Parse the cipher mode command and pass it to the BSC api.Holger Hans Peter Freyther1-0/+78
2010-11-15bsc: Parse the CLEAR COMMAND and close the lchan and ack thatHolger Hans Peter Freyther1-1/+46
2010-11-15bsc: Make bsc_queue_for_msc work on the osmo_bsc_sccp_conHolger Hans Peter Freyther2-4/+4
2010-11-15bsc: Work on paging and parsing other messagesHolger Hans Peter Freyther1-1/+140
2010-11-15bsc: Add module for handling BSSAP inputHolger Hans Peter Freyther3-25/+68
2010-11-15bsc: Implement sending a SCCP CR with the complete layer3 dataHolger Hans Peter Freyther1-2/+4
2010-11-15bsc: Implement SCCP connection confirmed handling.Holger Hans Peter Freyther1-0/+6
2010-11-15bsc: Implement clearing the SCCP connectionHolger Hans Peter Freyther1-0/+16
2010-11-15bsc: Implement writing out UDT messages to a MSC ConnectionHolger Hans Peter Freyther1-2/+3
2010-11-15bsc: Implement closing the connections when the MSC goes missingHolger Hans Peter Freyther1-8/+40
2010-11-15bsc: Implement sending a message toward the MSC.Holger Hans Peter Freyther1-1/+9
2010-11-15bsc: Implement a CC timeout and the IT timeout, prepare the timersHolger Hans Peter Freyther1-0/+37
2010-11-15bsc: Make open/close work on the sccp dataHolger Hans Peter Freyther2-8/+9
2010-11-15bsc: Start to open a SCCP connection and prepare timers and such.Holger Hans Peter Freyther1-4/+58