aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2011-05-22bsc: on-demand setup of nanoBTS and HSL femto socketsPablo Neira Ayuso14-35/+112
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 Freyther11-98/+65
2011-05-11debian: update ChangelogHarald Welte1-0/+6
2011-05-11debian: examples can now be installed with a single line in .examplesHarald Welte1-6/+1
2011-05-11debian: bsc_nat is now called osmo-bsc_natHarald Welte1-1/+1
2011-05-11add examples for osmocom-bscHarald Welte1-0/+1
2011-05-11osmocom-nitb.init: remove reference to old bsc_hackHarald Welte2-3/+3
2011-05-11examples: automatically copy all examples in dist and install it to docdirHarald Welte12-1/+20
2011-05-11move config file examples to doc/examples/Harald Welte8-0/+0
2011-05-11add git-version-gen script to EXTRA_DISTHarald Welte1-0/+1
2011-05-10gprs: Add a lua script to collect buffers on the downlink.Holger Hans Peter Freyther1-0/+80
2011-05-08configure.in: Require libosmocore >= 0.3.0 for namespace changesHarald Welte1-3/+3
2011-05-07src: rename msg_entr* to osmo_config_*Pablo Neira Ayuso4-5/+5
2011-05-07src: use namespace prefix osmo_* for misc utilsPablo Neira Ayuso31-84/+84
2011-05-06src: use namespace prefix osmo_counter*Pablo Neira Ayuso21-149/+149
2011-05-06src: use namespace prefix osmo_wqueue*Pablo Neira Ayuso12-32/+32
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 Ayuso39-211/+211
2011-05-06src: use namespace prefix osmo_timer* for timer functionsPablo Neira Ayuso42-157/+157
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 Freyther5-20/+191
2011-05-02nat: Introduce the concept of a paging group and use itHolger Hans Peter Freyther2-0/+38
2011-05-02nat: Rewrite the paging handling.Holger Hans Peter Freyther4-57/+59
2011-05-02paging: Provide the number of pending requestsHolger Hans Peter Freyther3-1/+18
2011-05-02paging: Initialize structs internally to avoid a crashHolger Hans Peter Freyther3-6/+11
2011-04-26bsc: Allow to have a list of MSCs/MUXs to connect toHolger Hans Peter Freyther10-64/+112
2011-04-26bsc: Allow the NAT to query the list of LACsHolger Hans Peter Freyther2-4/+39
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 Willmann2-0/+6
2011-04-26nat: Introduce a block on the NAT to slowly get rid of BSCsHolger Hans Peter Freyther3-0/+50
2011-04-26ipa: Reserve two new values for the Osmo IPA extensionsHolger Hans Peter Freyther1-0/+14
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-19crc24: Include stdint.h as a possible compile fixHolger Hans Peter Freyther1-0/+2
2011-04-19ussd: Keep track of used TIs for USSD and forward messagesHolger Hans Peter Freyther3-23/+68
2011-04-18nat: Inform the USSD Provider about lost connectionsHolger Hans Peter Freyther3-15/+44
2011-04-18nat: Remove magic numbers, use enum values for conn classificationHolger Hans Peter Freyther2-4/+14
2011-04-18nat: Clarify the documentation of the allow/deny regexpHolger Hans Peter Freyther1-3/+3
2011-04-18ho: Initialize nmp_worst as it was not initializedHolger Hans Peter Freyther1-2/+2
2011-04-18bsc: Move transaction.c from the libbsc to the libmscHolger Hans Peter Freyther3-2/+1
2011-04-18misc: Fix possible crash with setting an extensionHolger Hans Peter Freyther1-3/+3
2011-04-18misc: Remove sys/types.h includes from the filesHolger Hans Peter Freyther48-48/+0