aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/a_reset.c
AgeCommit message (Collapse)AuthorFilesLines
2018-11-30combine several small .h in msc_common.hNeels Hofmeyr1-0/+1
For hysterical raisins, there are some header files that contain few declarations, and where the name doesn't reflect the content. Combine them to new msc_common.h: - common.h - common_cs.h - osmo_msc.h Change-Id: I9e3a587342f8d398fb27354a2f2475f8797cdb28
2018-05-17a_reset: cleanup + remove dead codePhilipp Maier1-112/+45
a_reset.c/h was originally developed to be used in both, bsc and msc without changes. Unfortunately no suitable library has been found for a_reset.c/h so the file ended up as duplicated code in both split brances. Eventually we decided to specialize the generalized code again, which means some of the functions needed only by osmo-bsc are removed. - Remove dead code - Fix timer identification number (T16) - use fi->priv to hold context info - Minor cosmetic fixes Change-Id: I8e489eb494d358d130e51cb2167929edeaa12e92 Depends: libosmocore I36d221c973d3890721ef1d376fb9be82c4311378 Related: OS#3103
2018-03-22dissolve libcommon-cs: mv a_reset.c to libmscNeels Hofmeyr1-0/+216
Change-Id: I2936dadf1ec91b39796b6012d5e6c5db39e0bd34