aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/a_reset.h
AgeCommit message (Collapse)AuthorFilesLines
2018-05-17a_reset: cleanup + remove dead codePhilipp Maier1-37/+4
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-02-09a_reset: Add additional "a_reset_alloc" argumentHarald Welte1-1/+2
Using this argument we can create the state machine in the "already connected" state, i.e. without starting an outbound RESET procedure. Change-Id: Ibf569d57300965cd47084fa0bff54aa67679e2a1
2017-09-06rename include/openbsc to include/osmocom/mscNeels Hofmeyr1-0/+63
Change-Id: I1f96a1285bbd1b4607614856bca935d5c26e2da9