This is the last out-of-tree patch that we're still using to package
OpenBSC in Rhizomatica. Adding SMPP support in the Debian packages
shouldn't be an issue, right?
Cheers
Ciaby
Hi all,
Attached is a patch for the openbsc which extends meas_feed with
channel information - type and id (bts/trx/ts/ss). This is used by the
web incarnation of meas_vis utility we wrote [1]. Originally it was a
pure copy of the original meas_vis, but when we deployed it at
Rhizomatica, they suggested it would be more useful if the channel
information is displayed.
It would be great to see this patch merged to master.
When/if this is merged, I'll submit a patch with meas_json utility
which listens on the meas_feed socket and converts it to JSON format
digestible by web tools. This JSON is what meas_web uses as a data
feed.
[1] https://github.com/fairwaves/meas_web
PS Apologies for attaching the patch instead of inlining it. GMail
would ruin it.
--
Regards,
Alexander Chemeris.
CEO, Fairwaves, Inc.
https://fairwaves.co
Dear all,
After two years of intermission, I'm currently pondering to revive the
Osmocom Berlin User Group and would like to understand
a) who would be interested in attending?
b) which day(s) of the week would be preferred / not preferred?
Instad of "just" hanging out, chatting about Osmocom related topics etc.
I am interested in having actual topics for each of the meetings. There
is no need for a formal presentation or anything like that, but at least
let's try to stay focussed on the topic for the first hour or so, and
then conclude with a more general chat towards the end.
Some of the topics that I would like to start with ASAP:
* sharing of knowledge regarding 3G and 4G protocol stacks (I'm looking
a lot at this recently, and it is a good time to talk about what I've
learned)
* completing the work towards splitting osmo-nitb into osmo-bsc and
osmo-mss - as a first stept towards adding RANAP/Iu to osmo-mss
* attempting to decode/analyze BVG bus/tram radio (TETRAPOL) using
tetrapol-kit from http://brmlab.cz/git/tetrapol-kit.git
* are berlin S-Bahn trains actually still broadcasting their GPS
position in MPT1327?
* moving ahead with AT91SAM3S based SIMtrace2 with MITM support
Let me know who is interested in joining.
In terms of venue I would suggest to again use the CCCB, unless somebody
objects. We could of course also ask our friends at IN-Berlin or
C-Base.
In terms of schedule, I would actually want to go for bi-weekly again.
Happy hacking,
Harald
--
- Harald Welte <laforge(a)gnumonks.org> http://laforge.gnumonks.org/
============================================================================
"Privacy in residential applications is a desirable marketing option."
(ETSI EN 300 175-7 Ch. A6)
Hello,
I just started on OpenBSC. I would really like to test it without a
hardware BTS. I'm aware that there's a smalltalk "FakeBTS" program for
testing it but I did not manage to run it due to a runtime problem with
libgnu-smalltalk version 3.2.91 which was listed as a requirement to run
FakeBTS. As lower stable version of libgnu-smalltalk wouldn't work there's
nothing I could do. I include the error message below just in case.
-------------------
openbts@ubuntuopenbts:~$ gst
"Global garbage collection... done"
"Global garbage collection... done"
/usr/share/gnu-smalltalk/kernel/SysDict.st:37: Aborted
/usr/share/gnu-smalltalk/kernel/SysDict.st:37: Error occurred while not in
byte code interpreter!!
/usr/lib/libgst.so.7 (+0x67cef) [0xb7748cef]
[0xb77af400]
[0xb77af424]
...
Aborted
--------------------
Anyway, what I want to achieve as a start is to emulate some phone calls
and trace how calls are routed through the different entities. (It's for
demonstration purpose and personal interest) Would that be possible with
maybe some coding? I would appreciate any suggestion on how to start.
Thanks in advance!
Kornschnok
Hi Folks,
At present endpoint IDs are assumed to end with @mgw when trying to find/match non-e1 endpoint ids. Unless the MGCP peer supports compatible configuration, DNS or a hosts file may need to be setup to meet the hardwired host name requirement in the openBsc MGCP, and then we can still only run one BSC.
The attached patch makes a simple change to use either the configured local_ip or source_addr, matching logic used in SDP responses. It also improves the error message when an endpoint can't be found.
Please consider for inclusion to mainline.
Kind Regards,
Mike