aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2021-12-14treewide: remove FSF addressOliver Smith5-20/+0
2021-04-04Use proper python3 shebang in all modulesVadim Yanitskiy4-4/+4
2020-07-15remove_tmpdir(): Support recursion / sub-directoriesHarald Welte1-4/+2
2019-12-11Drop python2 support (again)Oliver Smith3-7/+4
2019-12-06Revert "Drop python2 support"Oliver Smith3-3/+6
2019-12-05Drop python2 supportOliver Smith3-6/+3
2019-06-26osmo_trap2cgi.py: Don't recurse in ctrl_client()Daniel Willmann1-15/+18
2019-01-08Add initial version of asyncio trap2cgi scriptMax1-0/+232
2019-01-07ctrl2cgi: update shared helperMax1-17/+2
2018-12-23ctrl2cgi: explicitly ignore unrelated TRAPsMax1-12/+6
2018-12-21ctrl2cgi: update commentsMax1-2/+7
2018-12-21ctrl2cgi: account wait and http times separatelyMax1-4/+13
2018-12-13scripts/*.py: mark as executableOliver Smith4-0/+0
2018-12-06Trap handlers: adjust http error logMax2-2/+2
2018-12-05ctrl2cgi: make http request timeout configurableMax1-5/+6
2018-12-05ctrl2cgi: log request timeMax1-6/+9
2018-12-05Trap handlers: log request/reply as info levelMax2-2/+2
2018-12-05Trap handlers: propagate expected BSC id to command processorMax2-6/+6
2018-12-05ctrl2cgi: properly limit number of requestsMax1-8/+8
2018-12-05ctrl2cgi: fix broken config overrideMax1-45/+21
2018-12-05Trap handlers: always log to stdoutMax2-4/+2
2018-11-28Improve code styleMax2-21/+21
2018-11-28Move command processing into shared functionMax2-15/+7
2018-11-28ctrl2cgi: fix deferred callbacksMax1-18/+7
2018-11-28osmo_ctrl.py: properly ignore out-of-order trapsMax1-1/+7
2018-11-28ctrl: cosmetic cleanupMax1-6/+1
2018-11-27Move Trap class back to separate filesMax2-15/+114
2018-11-27Move common Trap-related code into separate fileMax2-192/+18
2018-11-26ctrl2cgi: remove unused functionMax1-14/+0
2018-11-26ctrl2cgi: explicitly ignore arguments to lambda functionMax1-1/+1
2018-11-26ctrl2cgi: log traps via debug facilityMax1-0/+1
2018-11-22ctrl2cgi.py: log address on errorsMax1-1/+1
2018-07-11Introduce script ctrl2cgi.pyPau Espin Pedrol1-0/+247
2018-07-11Move twisted_ipa.py to osmopy libPau Espin Pedrol2-385/+1
2018-01-12Add rate counter dumperMax1-0/+86
2018-01-05Improve python3 compatibilityMax3-27/+26
2017-12-28Update ctrl command parsing for python3Max2-4/+4
2017-12-21Use python3 for osmo_ctrl.pyMax1-3/+3
2017-12-20scripts: add symlink to osmopyNeels Hofmeyr1-0/+1
2017-12-19fix osmo_interact_* and osmo_verify_transcript_* after dir splitNeels Hofmeyr5-782/+8
2017-12-18Fix python3 compatibilityMax1-7/+7
2017-12-18Move scripts to appropriate directoryMax11-0/+1984