SkillAgentSearch skills...

Yatebts

YateBTS GSM basestation - Open Source BTS

Install / Use

/learn @yatevoip/Yatebts
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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 PC

The Network In a PC (NiPC) 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] nipc=nipc.js

In file extmodule.conf:

[scripts] gsm_auth.sh

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

View on GitHub
GitHub Stars130
CategoryDevelopment
Updated4d ago
Forks30

Languages

C

Security Score

95/100

Audited on Mar 31, 2026

No findings