aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2011-06-02mgcp: Fix a typo in the function nameHolger Hans Peter Freyther1-5/+5
2011-06-01nat: Add VTY code to configure the SMSC rewritingHolger Hans Peter Freyther1-9/+47
2011-06-01nat: Look into the TPDU/SMS-SUBMIT and use the TP-DestAddress for matchesHolger Hans Peter Freyther1-0/+60
2011-06-01nat: Patch the destination SMS address of a messageHolger Hans Peter Freyther2-6/+135
2011-06-01nat: Move the common new message generation code into the base methodHolger Hans Peter Freyther1-26/+28
2011-06-01nat: Prepare to patch more than the CC Setup messageHolger Hans Peter Freyther2-25/+32
2011-06-01nat: Allow to have a regexp to match the MSISDNHolger Hans Peter Freyther2-31/+99
2011-05-31nat: Allow to rewrite any non international numberHolger Hans Peter Freyther1-2/+0
2011-05-31nat: Refactor the number patching code into a new methodHolger Hans Peter Freyther1-45/+56
2011-05-31abis: Get the structs and values from libosmocoreHolger Hans Peter Freyther1-0/+2
2011-05-24move some more abis_nm related code into libosmocoreHarald Welte1-19/+0
2011-05-24libabis: fix segfault on malformed ipaccess RSL linkAlexander Huemer1-1/+4
2011-05-24Move system information related defines and code to libosmocoreHarald Welte2-110/+11
2011-05-24prepare gsm_data.h header file sharing with osmo-btsHarald Welte2-0/+2
2011-05-23abis_nm: Some more fall-out from the abis_nm move to libosmocoreHarald Welte3-3/+5
2011-05-23abis_nm: fix some fallout regarding abis_nm migration to libosmocoreHarald Welte4-6/+7
2011-05-22abis_nm: Move lots of generic definitions + code to libosmocoreHarald Welte1-388/+26
2011-05-22bsc: on-demand setup of nanoBTS and HSL femto socketsPablo Neira Ayuso10-34/+89
2011-05-22abis: add init function for emulated ipaccess/HSL emulated E1 inputPablo Neira Ayuso3-12/+14
2011-05-22bsc: fix bail out in case of problems bootstrapping BTS or E1 inputPablo Neira Ayuso1-4/+6
2011-05-22abis: skip e1_input nesting if emptyPablo Neira Ayuso1-0/+3
2011-05-17ipaccess: Fix the case of specifying the interfaceHolger Hans Peter Freyther1-0/+1
2011-05-17nat: Use 'paging group' because we have paging forbidden.Holger Hans Peter Freyther1-7/+15
2011-05-14ipaccess-find: Work without providing an interface nameHolger Hans Peter Freyther1-3/+2
2011-05-12misc: Use the osmo_init code for signals and loggingHolger Hans Peter Freyther9-87/+61
2011-05-11move config file examples to doc/examples/Harald Welte8-864/+0
2011-05-07src: rename msg_entr* to osmo_config_*Pablo Neira Ayuso2-2/+2
2011-05-07src: use namespace prefix osmo_* for misc utilsPablo Neira Ayuso29-78/+78
2011-05-06src: use namespace prefix osmo_counter*Pablo Neira Ayuso18-111/+111
2011-05-06src: use namespace prefix osmo_wqueue*Pablo Neira Ayuso7-24/+24
2011-05-06src: use namespace prefix osmo_signal*Pablo Neira Ayuso36-85/+85
2011-05-06src: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso28-191/+191
2011-05-06src: use namespace prefix osmo_timer* for timer functionsPablo Neira Ayuso29-126/+126
2011-05-04bsc: Provide a show statistics commandHolger Hans Peter Freyther1-0/+11
2011-05-04nat: Keep track of the error message.Holger Hans Peter Freyther1-3/+4
2011-05-04msc: bail out if subscriber VTY command failsPablo Neira Ayuso1-1/+10
2011-05-02nat: Create a Paging Group that BSCs can refer toHolger Hans Peter Freyther3-20/+183
2011-05-02nat: Introduce the concept of a paging group and use itHolger Hans Peter Freyther1-0/+24
2011-05-02nat: Rewrite the paging handling.Holger Hans Peter Freyther2-36/+55
2011-05-02paging: Provide the number of pending requestsHolger Hans Peter Freyther2-1/+15
2011-05-02paging: Initialize structs internally to avoid a crashHolger Hans Peter Freyther2-3/+11
2011-04-26bsc: Allow to have a list of MSCs/MUXs to connect toHolger Hans Peter Freyther7-53/+93
2011-04-26bsc: Allow the NAT to query the list of LACsHolger Hans Peter Freyther1-3/+38
2011-04-26bsc: Handle MGCP coming from Osmo Extensions headerHolger Hans Peter Freyther1-0/+20
2011-04-26bsc: Point back from struct osmo_msc_data to struct gsm_networkDaniel Willmann1-0/+3
2011-04-26nat: Introduce a block on the NAT to slowly get rid of BSCsHolger Hans Peter Freyther2-0/+47
2011-04-26abis: Use LOGL_ERROR for the Failure Event ReportHolger Hans Peter Freyther1-6/+6
2011-04-21ussd: Ignore connection release/clear from the MSCHolger Hans Peter Freyther1-0/+9
2011-04-19ussd: Keep track of used TIs for USSD and forward messagesHolger Hans Peter Freyther2-23/+65
2011-04-18nat: Inform the USSD Provider about lost connectionsHolger Hans Peter Freyther2-15/+36