contrib: build-osmo-trx: build new dep libosmocore (details)
modem: Identify modems by sysfs path instead of ofono dbus path (details)
pcap_recorder: log printing pcap file name as dbg (details)
Commit
4792f40f6a05b33a61f8eaec936c233213ebe55d
by Pau Espin Pedrol
resources.conf: Update octphy net_device Interface naming model changed after switching to debian9. eth1 is now named enp2s0. Change-Id: I86422452e6fd52015361d9e8508b7c74e20847a4
Commit
257ee10967ab61d497cd207ed38b3fcd564bb79c
by Pau Espin Pedrol
log: Use sys._getframe() to avoid stat(2) calls The Osmo MS driver is launching many many processes and I would like to use the logging framework for the code as well. Unfortunately the inspect/traceback code will use a linecache which will execute stat(2) on one or more python files. Related: OS#2927 Change-Id: I8f6bacadcf74d3aa25db1e1f41644f64aa19cf92
Commit
342694150e0c1aff95b1d0b659677011e5a199b2
by Pau Espin Pedrol
templates: osmo-msc: Remove unused option reject cause Commit osmo-msc 27b40c601c41fde70446ad553629494234c07662 removes this option from default configuration as it is really not used in osmo-msc, it comes from osmo-nitb times. Change-Id: Iac1948113514414e7573f3bbfb3ce82e6c49adb6
Commit
b17295bb219ebfb6df280bdc21b184087efedd47
by Pau Espin Pedrol
templates: osmo-msc: Remove unused option auth policy Commit osmo-msc 098aa71e83a86200a18088927b4753909f5ed518 removes this option from default configuration as it is really not used in osmo-msc, it comes from osmo-nitb times. Change-Id: I928379ebabfc776f33b9f345d92a7a4a533fe25f
Commit
b2a94e843067dfd9b6acc8c1043e9613b06ddf55
by Pau Espin Pedrol
contrib: build-osmo-trx: build new dep libosmocore Since 8b843e5bed6e3dab1068b86805e557a196f9aa4c, osmo-trx depends on libosmocore. Change-Id: I63d09339da5be7af638efe9e07f0c0ed31738ed1
Commit
e25cf04aeb320b4a859ba5b1337e953321880595
by Pau Espin Pedrol
modem: Identify modems by sysfs path instead of ofono dbus path ofono dbus paths are non-deterministic and can change over time for a given modem. For instance when ofono is restartd or if a modem crashes and the object is destroyed and re-announced by udev. Requires at least ofono 1df92289d4e09a1e2db0b189b5153a4c238f98f1, which implemented the feature to export the sysfs path to modem properties. Related: OS#2509 Change-Id: Ibc45a196abadded2706dc9d57b6a3a796b43a201
Commit
2c48c349980b1a1018b83669f2dfcc6427897d57
by Pau Espin Pedrol
pcap_recorder: log printing pcap file name as dbg The log message is quite long and makes it difficult to read the log even with debug disabled. Change-Id: I593c0ce02bf7a3a9d26cf1fcc7d523a313cb72eb