apatiev / peoplefinder

OpenBSC-based web application to locate people
GNU General Public License v2.0
0 stars 0 forks source link

Configure BS parameters #4

Open apatiev opened 6 years ago

apatiev commented 6 years ago

Allow to configure following BS parameters:

And revert it back to the defaults.

dimakapitanov commented 6 years ago

All the mentioned params are set in a ~/.osmocom/open-bsc.cfg configuration file. A simple how-to is here https://osmocom.org/projects/cellular-infrastructure/wiki/SDR_OsmoTRX_network_from_scratch

What we need to do is a simple implementation of transcoding post-get requests (standard web forms behavior) into Linux command line commands.

Trying to find a simple way of doing it inside the current web framework.