Telco-Sec
HomeFree Courses
  • Welcome!
  • Author
  • GSM Attacks
    • Review
    • Types of GSM
  • 📶GSM Pentest LAB
    • Description
    • Hardware
    • Setup LAB
  • SIM Cards
    • 😻AT Commands
  • 2G In a B0x
    • Description
    • SIM Cards
    • BTS
    • BSC - Base Station Controller
    • MSC - Mobile Switching Center
    • STP - Signal Transfer Point
    • MGW - Media Gateway
    • SGSN - Serving GPRS Support Node
    • OpenGGSN
    • Page 1
  • BTS to Mobile Station
    • Intro
    • Page
    • Passive Sniffing
    • Passive IMSI Catcher
    • Descrypt SMSs
    • Capture Voice
    • Rogue BTS
    • Articles
  • Group 1
    • Docs
Powered by GitBook
On this page

Was this helpful?

  1. 2G In a B0x

BTS

PreviousSIM CardsNextBSC - Base Station Controller

Last updated 7 months ago

Was this helpful?

Here we need to configure 2 parts

sudo vi /etc/osmocom/osmo-bts.cfg
phy 0
 instance 0
  osmotrx rx-gain 30 ! Set the receiver gain (configured in the hardware) in dB.
  osmotrx tx-attenuation 30 ! Set the transmitter attenuation (configured in the hardware) in dB.
 osmotrx ip local 127.0.0.1
 osmotrx ip remote 127.0.0.1
 no osmotrx timing-advance-loop

bts 0
 oml remote-ip 127.0.0.1
 ipa unit-id 6969 0
 gsmtap-sapi pdtch
 gsmtap-sapi ccch
 band 900
 trx 0
  phy 0 instance 0