Skip to content
Success

Changes

Summary

  1. rebar.{config,lock}: bump lager version: 3.9.1 -> 3.9.2 (details)
  2. server_cb: comment out unused fields in handle_request/3 (details)
  3. osmo_dia2gsup: remove unused start/0 (details)
  4. osmo_dia2gsup.app.src: add missing 'crypto' app (details)
Commit 5174f37226f9727aac0e12e906203e10b0f01d5e by Vadim Yanitskiy
rebar.{config,lock}: bump lager version: 3.9.1 -> 3.9.2

This fixes tons of false-positive "a term is constructed, but never
used" warnings.  For more details, see:

https://github.com/erlang-lager/lager/issues/546
https://github.com/erlang-lager/lager/pull/547

Change-Id: Id17900cb1b6fbcd6fbc13d16b90b67b82342accb
The file was modifiedrebar.config
The file was modifiedrebar.lock
Commit 0427ef0f90763c4591bca9a8fe748cbce1adbaef by Vadim Yanitskiy
server_cb: comment out unused fields in handle_request/3

This fixes the following warnings:

* Warning: variable 'RatType' is unused
* Warning: variable 'UlrFlags' is unused

Change-Id: I3b709cfc723418c1ec88d15bc25bb2cef462a4d3
The file was modifiedsrc/server_cb.erl
Commit e8ffa9cc33628fa63d1b23f29f187ab88df13916 by Vadim Yanitskiy
osmo_dia2gsup: remove unused start/0

This function is not used anywhere.  It's also not consistent with
the start_link/0, which is starting the gen_server instance.

Change-Id: Ibd4e1d86dc59d792f7f6ac027ee63fc2086b31c3
The file was modifiedsrc/osmo_dia2gsup.erl
Commit 6e6bcf5ba013b6027762515276332c5c99ccc417 by Vadim Yanitskiy
osmo_dia2gsup.app.src: add missing 'crypto' app

This fixes the following warning when generating a release tarball:

===> server_cb:compute_kasme/4 calls undefined function crypto:macN/5

Change-Id: I59d21522b99c0ab1a02a57a8cbb898f222a94ec4
The file was modifiedsrc/osmo_dia2gsup.app.src