# BTS

Here we need to configure 2 parts

<figure><img src="/files/4jP0B4xceapnjRWUDhdn" alt=""><figcaption></figcaption></figure>

```
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
```

{% embed url="<https://downloads.osmocom.org/docs/osmo-bts/master/osmobts-usermanual.pdf>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gsm-hacking.telco-sec.com/2g-in-a-b0x/bts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
