Skip to content

Changes

#64 (Jul 24, 2018, 9:23:07 AM)

  1. hlr: Get hlr.sql from new path — Pau Espin Pedrol / detail
  2. ms: Remove debug left over for the test — Holger Freyther / detail
  3. ms: Make the outer variables configurable — Holger Freyther / detail
  4. ms: Attempt to stop all mobile/virtphy instances on exit — Holger Freyther / detail
  5. ms: Begin to refactor and be able to share functionality — Holger Freyther / detail

#61 (Jun 27, 2018, 9:38:40 AM)

  1. schema: Accept band GSM-900 — Pau Espin Pedrol / detail
  2. example: Add scenarios to select BTS for a specific band — Pau Espin Pedrol / detail
  3. nanobts: Add support to run nanobts on the 900 band — Pau Espin Pedrol / detail
  4. example: Run tests on both nanobts with different bands — Pau Espin Pedrol / detail
  5. templates: osmo-bsc: Remove no longer available cfgs — Pau Espin Pedrol / detail
  6. event_loop: Use glib as mainloop impl and move modem to use event_loop — Pau Espin Pedrol / detail
  7. Drop event_loop global functions and import MainLoop — Pau Espin Pedrol / detail
  8. nanobts: Attempt at fixing race condition using ipaccess-config after — Pau Espin Pedrol / detail
  9. ms: Create a cumulative distribution function class — holger / detail
  10. ms: Create a simple epoll (or kqueue) based event loop — holger / detail
  11. ms: Create an event server to handle Unix datagram messages — holger / detail
  12. ms: Add lua script support utilities — holger / detail
  13. ms: Lua part of location update testing — holger / detail
  14. ms: Create template for the osmocom-bb mobile application — holger / detail
  15. ms: Create a starter for virtphy and mobile application — holger / detail
  16. ms: Add a first test to use all parts of the system — holger / detail
  17. ms: Add a main function to start all of it — holger / detail
  18. event_loop: Avoid leaking active timeouts on poll exception — Pau Espin Pedrol / detail
  19. contrib: Enable address-sanitize in builds — Pau Espin Pedrol / detail
  20. contrib: build-osm-bts-sysmo: openbsc dep no longer needed — Pau Espin Pedrol / detail
  21. contrib: build-osmo-trx: Enable addr sanitize for osmo-trx — Pau Espin Pedrol / detail
  22. build-osmo-trx: Disable asan in osmo-trx builds — Pau Espin Pedrol / detail
  23. modem: Catch exception: call removed while waiting to become active — Pau Espin Pedrol / detail
  24. osmo-trx binary is now called osmo-trx-uhd — Pau Espin Pedrol / detail
  25. bts_osmotrx: Don't use binary name as inst name — Pau Espin Pedrol / detail
  26. Check physical channel configs — Pau Espin Pedrol / detail
  27. bts: Refactor conf_for_bsc_osmo — Pau Espin Pedrol / detail
  28. bts: Pass defaults config name at construct time — Pau Espin Pedrol / detail
  29. bts: Move conf_for_bsc_prepare from bts_osmo to bts — Pau Espin Pedrol / detail
  30. bts: Allow setting amount of TRX and timeslot in cfg and from test at — Pau Espin Pedrol / detail
  31. suite: Set suite subdir lib part of syspath so tests can import their — Pau Espin Pedrol / detail
  32. tests: voice: Move logic to lib/testlib.py — Pau Espin Pedrol / detail
  33. tests: voice: test voice calls on TCH/H timeslots — Pau Espin Pedrol / detail
  34. tests: voice: Move mo_mt_call.py to mo_mt_call_tchf.py — Pau Espin Pedrol / detail
  35. tests: dyn_ts_*: Add tests to verify dynamic timeslots during phone — Pau Espin Pedrol / detail
  36. default-suites.conf: Add dyn ts suites — Pau Espin Pedrol / detail
  37. default-suites.conf: Fix typo in previous commit — Pau Espin Pedrol / detail
  38. suites: Remove rebase artifacts from latest commits — Pau Espin Pedrol / detail
  39. Unload suite local modules after suite exit to avoid collisions — Pau Espin Pedrol / detail
  40. util: Fix unloading of suite lib import path — Pau Espin Pedrol / detail
  41. tests: dyn_ts_*: Add tests to verify dyn ts with gprs disabled — Pau Espin Pedrol / detail
  42. contrib: common: Record repo curr rev in have_repo instead of build_repo — Pau Espin Pedrol / detail
  43. contrib: common: create_bin_tgz supports sbin dir now — Pau Espin Pedrol / detail
  44. contrib: Add jenkins-build-osmocom-bb.sh to build osmocon — Pau Espin Pedrol / detail
  45. testenv: Provide tests with access to process module — Pau Espin Pedrol / detail
  46. contrib: build-osmocom-bb: Download and install osmocom-bb fw from OBS — Pau Espin Pedrol / detail
  47. templates: osmo-bts: Use BTS assigned IP addr to bind CTRL and VTY iface — Pau Espin Pedrol / detail
  48. bsc: Add API to mock BSC RSL IP addr — Pau Espin Pedrol / detail
  49. process: Move cleanup log inside cleanup method — Pau Espin Pedrol / detail
  50. Add option to expect bts/pcu failures and respawn its processes — Pau Espin Pedrol / detail
  51. osmo-bsc.cfg.tmpl: Remove unused nd recently removed option dest — Pau Espin Pedrol / detail
  52. powersupply_sispm: Add port number to log name — Pau Espin Pedrol / detail
  53. event_loop: Log parameters during wait timeout exception — Pau Espin Pedrol / detail
  54. osmo_ms_driver: Use the two new config options for the mobile — holger / detail
  55. ggsn: Bind VTY and CTRL ifaces to assigned ip addr — Pau Espin Pedrol / detail
  56. ms: Use the new API to pass credentials to the event server — Holger Freyther / detail
  57. resources.conf: Move nanobts address to differentiate them from local — Pau Espin Pedrol / detail

#59 (Apr 16, 2018, 2:05:24 PM)

  1. contrib: Enable address-sanitize in builds — Pau Espin Pedrol / detail
  2. contrib: build-osm-bts-sysmo: openbsc dep no longer needed — Pau Espin Pedrol / detail
  3. contrib: build-osmo-trx: Enable addr sanitize for osmo-trx — Pau Espin Pedrol / detail

#56 (Mar 27, 2018, 5:22:06 PM)

  1. Create Pcu abstract class and make OsmoPcu inherit from it — Pau Espin Pedrol / detail
  2. bts_osmo.py: ready_for_pcu is of public access from tests, move it — Pau Espin Pedrol / detail
  3. Create Bts abstract class and make OsmoBts inherit from it — Pau Espin Pedrol / detail
  4. pcu.py: Introduce PcuDummy class — Pau Espin Pedrol / detail
  5. Introduce PowerSupply interface and PowerSupplySispm — Pau Espin Pedrol / detail
  6. Introduce ip.access nanobts support — Pau Espin Pedrol / detail
  7. default-suites.conf: Add nanobts related tests — Pau Espin Pedrol / detail
  8. nanobts: Bind to specific addr instead of specific iface — Pau Espin Pedrol / detail

#55 (Mar 15, 2018, 10:29:58 AM)

  1. osmo-msc: Use osmo-mgw instead of osmo-bsc_mgcp — Pau Espin Pedrol / detail
  2. osmo-trx: Add cfg template — Pau Espin Pedrol / detail
  3. jenkins: use env POKY_VERSION POKY_PATH to find poky — lynxis / detail
  4. jenkins: update poky version 2.3.2 — lynxis / detail
  5. contrib: build-osmo-bts: Remove dropped dependency openbsc — Pau Espin Pedrol / detail
  6. contrib: build-osmo-bsc: Add aibsip-find and ipaccess-config binaries to — Pau Espin Pedrol / detail
  7. modem: get IMSI from ofono — Pau Espin Pedrol / detail
  8. example: Maintain different resources.conf for RnD and prod — Pau Espin Pedrol / detail
  9. modem: workaround ofono crash — Pau Espin Pedrol / detail

#54 (Feb 26, 2018, 10:51:35 AM)

  1. resources.conf: Update octphy net_device — Pau Espin Pedrol / detail
  2. log: Use sys._getframe() to avoid stat(2) calls — Pau Espin Pedrol / detail
  3. modem: deactivate_context: Fix dbg message — Pau Espin Pedrol / detail
  4. templates: osmo-msc: Remove unused option reject cause — Pau Espin Pedrol / detail
  5. templates: osmo-msc: Remove unused option auth policy — Pau Espin Pedrol / detail
  6. modem: deactive_context: Log when context is successfully deactivated — Pau Espin Pedrol / detail
  7. modem: Remove ctx after deactivating it — Pau Espin Pedrol / detail
  8. contrib: build-osmo-trx: build new dep libosmocore — Pau Espin Pedrol / detail
  9. modem: Identify modems by sysfs path instead of ofono dbus path — Pau Espin Pedrol / detail
  10. pcap_recorder: log printing pcap file name as dbg — Pau Espin Pedrol / detail

#53 (Feb 6, 2018, 6:18:44 PM)

  1. aoip_smpp: Since recent osmo-msc, we accept all sms in store&forward — Pau Espin Pedrol / detail