aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
AgeCommit message (Expand)AuthorFilesLines
2010-11-02mgcp: Introduce trans_bts and send BTS packets from this portHolger Hans Peter Freyther1-1/+15
2010-11-01mgcp: Rename transcoder_end to trans_netHolger Hans Peter Freyther1-1/+2
2010-11-01mgcp: Make transcoding a per Endpoint configurationHolger Hans Peter Freyther1-0/+1
2010-10-27Merge branch 'zecke/number-rewrite'openbsc/0.9.90.9.9Holger Hans Peter Freyther1-0/+7
2010-10-27nat: Close SCCP connections when the USSD Provider is closed.Holger Hans Peter Freyther1-0/+1
2010-10-27nat: Implement rewriting, have a very basic test for that featureHolger Hans Peter Freyther1-1/+1
2010-10-27nat: Add hook for rewriting a setup messageHolger Hans Peter Freyther1-0/+2
2010-10-27nat: Add vty option for number rewritingHolger Hans Peter Freyther1-0/+5
2010-10-25ipaccess: Add a structure for informing the USSD provider about the stateHolger Hans Peter Freyther1-0/+12
2010-10-25nat: Implement accepting a USSD Provider connection, do authenticationHolger Hans Peter Freyther1-0/+8
2010-10-25nat: Keep a ussd token in the configHolger Hans Peter Freyther1-0/+2
2010-10-25nat: Add an option to set the query string to matchHolger Hans Peter Freyther1-0/+1
2010-10-25nat: Make the imsi checking function public.Holger Hans Peter Freyther1-0/+1
2010-10-25nat: Provide a USSD access list to check for which to play HLR.Holger Hans Peter Freyther1-0/+3
2010-10-25nat: Create a USSD module to filter out USSDs...Holger Hans Peter Freyther1-0/+3
2010-10-25nat: Introduce a new connection type for Supplementary ServicesHolger Hans Peter Freyther1-0/+2
2010-10-21nat: Move the DTAP unpacking into a new methodHolger Hans Peter Freyther1-0/+3
2010-10-21nat: Copy the IMSI, then free it or move the context to the connectionHolger Hans Peter Freyther1-1/+1
2010-10-21nat: Store the IMSI inside the SCCP Connection dataHolger Hans Peter Freyther1-0/+1
2010-10-19nat: Add a method to add a proper message to the queue.Holger Hans Peter Freyther1-0/+1
2010-10-19nat: Find a connection by the real refHolger Hans Peter Freyther1-0/+2
2010-10-13nat: Make the write_queue write callback a public functionHolger Hans Peter Freyther1-0/+1
2010-10-13nat: Make the queue routine work on any write_queueHolger Hans Peter Freyther1-0/+1
2010-10-13ipaccess: Put our extensions to the protocol into the same enumHolger Hans Peter Freyther2-2/+3
2010-10-12misc: Replace the idiom for replacing a string with a function callHolger Hans Peter Freyther1-0/+1
2010-10-10ussd: Move the code libosmocore, increase the version number.Holger Hans Peter Freyther1-10/+1
2010-10-08nat: Allow a BSC to have multiple LACsHolger Hans Peter Freyther1-2/+12
2010-10-06db.h: Move the '*' to the other side for the gsm_subscriberHolger Hans Peter Freyther1-7/+7
2010-10-03nat: Provide statistics about amount of different messages.Holger Hans Peter Freyther1-0/+6
2010-09-30gsm_04_80: Require libosmocore for creating USSD messagesHolger Hans Peter Freyther1-6/+0
2010-09-25nat: Keep track of how many connections we rejectHolger Hans Peter Freyther1-0/+3
2010-09-25nat: Add statistics to the access-list in the NATHolger Hans Peter Freyther1-0/+8
2010-09-20nat: Send a transcoder reset on start up.Holger Hans Peter Freyther1-0/+1
2010-09-20mgcp: Make the base port of the transcoder configurableHolger Hans Peter Freyther1-2/+5
2010-09-20mgcp: Forward data from the BTS-in to the transcoderHolger Hans Peter Freyther1-0/+2
2010-09-20mgcp: Add ports for the transcoder as wellHolger Hans Peter Freyther1-0/+1
2010-09-20mgcp: Add a transcoder-mgw command to store the addressHolger Hans Peter Freyther1-0/+2
2010-09-20nat: Use the write_queue inside the CFG.Holger Hans Peter Freyther1-1/+0
2010-09-20mgcp: Keep the gw_fd inside the mgcp_configHolger Hans Peter Freyther1-0/+3
2010-09-20mgcp: Remove the hack to remap timeslot one...Holger Hans Peter Freyther1-5/+7
2010-09-17db: Declare db_sms_inc_deliver_attempts.Holger Hans Peter Freyther1-0/+1
2010-09-16bsc: Prepare to store the SCCP connection inside the subscriberHolger Hans Peter Freyther1-0/+4
2010-09-16msc: Send a signal when the connections to the MSC droppedHolger Hans Peter Freyther1-0/+14
2010-09-16bsc: Make the write method public it will be used by other modulesHolger Hans Peter Freyther1-0/+1
2010-09-16bsc: Add code responsible for connecting, reconnecting to the MSCHolger Hans Peter Freyther1-0/+9
2010-09-16bsc: Keep all active subscriber connections in a list.Holger Hans Peter Freyther1-0/+2
2010-09-16bsc: Add the osmo_bsc_grace from the on-waves/bsc-master branchHolger Hans Peter Freyther2-1/+30
2010-09-16osmo_rf: Keep the current policy inside the RF struct..Holger Hans Peter Freyther1-1/+3
2010-09-15bsc: Move the rf_ctl into the msc data structHolger Hans Peter Freyther1-0/+3
2010-09-15bsc: Register a new MSC group with data for the MSC connectionHolger Hans Peter Freyther2-0/+11