Git Product home page Git Product logo

yatebts5's Introduction

What is YateBTS
---------------

YateBTS is an open source GSM Base Station software.

You can use this software to create a 2G GSM network, either standalone or connected to
the public telephony network.

The use of a non-DSP aproach for GSM protocol together with a SIP implementation
that supports an IMS core and SS7 core network makes it a disruptive technology.


Please see the INSTALL file for information of how to download, build and install YateBTS.


Configuration
-------------

YateBTS is a module for the Yate telephony engine.

You will need to configure Yate to load it and also YateBTS itself.


YateBTS
-------

The module is configured by the ybts.conf file. Depending on the install method you may
have just an ybts.conf.sample which you will need to copy as ybts.conf

As a minimum you will need to configure the radio band and frequency (ARFCN) on which
YateBTS will operate. Please read the minimal instructions at top of ybts.conf.sample

Depending on the transceiver you will need to edit the path setting in ybts.conf:

    [transceiver]
    Path=./transceiver

replace ./transceiver with ./transceiver-rad1 or ./transceiver-uhd or ./transceiver-usrp1

Alternatively you may create a symbolic link to the desired transceiver:

    cd /usr/lib64/yate/bts    (or wherever it is installed)
    ln -s transceiver-rad1 transceiver


Network In a Box
----------------

The Network In a Box (NIB) is a configuration that allows using YateBTS standalone
with just local subscribers.

To use it you need to configure in Yate:

In file javascript.conf:

[general]
routing=welcome.js

[scripts]
nib=nib.js

In file extmodule.conf:

[scripts]
gsm_auth.sh

For more info see:
http://wiki.yatebts.com/index.php/Javascript_NIB

yatebts5's People

Contributors

yosriayed avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.