FreeCalypso > hg > gsm-net-reveng
comparison pathloss/sysmo-example-10w @ 69:cf60172895fe
pathloss: add sysmo-example-10w
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 25 Oct 2024 16:26:26 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 68:0cfea66a15f3 | 69:cf60172895fe |
|---|---|
| 1 # This pathloss input file replicates the set of parameters | |
| 2 # used in Sysmocom pathloss.gnumeric example for 10 W BTS | |
| 3 # operating in EGSM900 band. The goal is to check our math | |
| 4 # implementation against the original gnumeric. | |
| 5 | |
| 6 band ISM | |
| 7 | |
| 8 bts-param 40 -109 9 # Tx power, Rx sensitivity, antenna gain | |
| 9 | |
| 10 bts-height 25 m | |
| 11 | |
| 12 # standard MS | |
| 13 | |
| 14 ms-param 33 -102 # Tx power, Rx sensitivity | |
| 15 | |
| 16 ms-height 1.5 m | |
| 17 | |
| 18 # modeled losses | |
| 19 | |
| 20 loss 2 # duplexer and cable at BTS | |
| 21 loss 2 # user body | |
| 22 loss 7.5 # margin |
