aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/a_reset.h
AgeCommit message (Collapse)AuthorFilesLines
2018-05-17a_reset: cleanup + remove dead codePhilipp Maier1-29/+5
The function a_reset_free() is not used anywhere at the code. The reason for this is that a BSC instance is never cleared once it is started up. Also the timer number is not according to the spec. - Remove a_reset_free() - Fix timer identification number (T4) - use fi->priv to hold context info - Fix sourcecode formatting Change-Id: I72095d52304c520e383755eee6c889bce492cbd4 Related: OS#3102
2017-11-20reset: remove name variable from reset contextPhilipp Maier1-3/+0
The reset context contains a string buffer to allow for setting a human readable name, that is then displayed in the logs. Since OSMO-FSMs already have such a feature there is no need for an extra name variable. Use LOGPFSML and the name parameter of osmo_fsm_inst_alloc() to display the name of the FSM Fixes: Coverity CID#178664 Change-Id: I34511698923abec7545a6f3defd595f97b4bbeb1
2017-09-06move include/openbsc to include/osmocom/bscNeels Hofmeyr1-0/+63
Change-Id: I39e7b882caa98334636d19ccd104fd83d07d5055