Skip to content
Success

Changes

Summary

  1. vlr: refactor and rename vlr_timer into vlr_timer_val (details)
Commit 64e4ae7bb7cdb2494ae652e2aa5af17b28630c96 by lynxis
vlr: refactor and rename vlr_timer into vlr_timer_val

Use correct types for vlr_timer. A timer T is always a signed integer.
Also osmo_tdef_get returns an unsigned long. Match the types from osmo_tdef.
Rename the vlr_timer() into vlr_timer_val() to make it more understandable.

Change-Id: Ic46ddb578962619fc08bd63645c76852e676fcc9
The file was modifiedsrc/libvlr/vlr.c
The file was modifiedsrc/libvlr/vlr_auth_fsm.c
The file was modifiedsrc/libvlr/vlr_lu_fsm.c
The file was modifiedsrc/libvlr/vlr_access_req_fsm.c
The file was modifiedsrc/libmsc/msc_vty.c
The file was modifiedinclude/osmocom/vlr/vlr.h
The file was modifiedtests/msc_vlr/msc_vlr_test_no_authen.c