aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-19Add osmo_interact_exec.pyosmith/osmo-interact-execOliver Smith3-7/+132
2019-02-04osmo-trap2cgi: Fix script installation and dependenciesDaniel Willmann2-1/+2
2019-01-08Add initial version of asyncio trap2cgi scriptMax5-1/+247
2019-01-07ctrl2cgi: update shared helperMax2-24/+32
2019-01-07Mark soap.py as deprecatedMax1-1/+1
2019-01-07ctrl2cgi: update default parameters in configMax1-0/+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-06twisted: remove low-level logging in dispatchersMax1-2/+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 levelMax3-3/+3
2018-12-05Trap handlers: propagate expected BSC id to command processorMax3-8/+8
2018-12-05ctrl2cgi: add config file exampleMax1-0/+5
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 stdoutMax4-9/+5
2018-11-28Improve code styleMax3-23/+21
2018-11-28Move command processing into shared functionMax3-15/+19
2018-11-28Drop unused Trap() classMax1-59/+0
2018-11-28ctrl2cgi: fix deferred callbacksMax1-18/+7
2018-11-28osmo_ctrl.py: properly ignore out-of-order trapsMax1-1/+7
2018-11-28ctrl: add function to skip TRAP messagesMax1-2/+17
2018-11-28ctrl: cosmetic cleanupMax1-6/+1
2018-11-27Move Trap class back to separate filesMax2-15/+114
2018-11-27Update trap helperMax1-1/+40
2018-11-27Re-apply changes to trap_helper.pyMax1-1/+2
2018-11-27Move common Trap-related code into separate fileMax5-194/+147
2018-11-26osmo_ipa: update split_combined docsMax1-1/+2
2018-11-26osmo_ipa: add extended checksMax1-1/+5
2018-11-26ctrl: introduce constant for TRAP idMax1-2/+3
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-10-13make osmpy IPA code aware of RSPROHarald Welte2-1/+7
2018-09-25osmo-ctrl2cgi.service: Fix exec path not absolutePau Espin Pedrol1-1/+1
2018-09-10osmo_interact/common: ignore trailing empty lines in received resultsNeels Hofmeyr1-0/+4
2018-09-10osmo_interact/vty.py: fix parsing of vty loggingNeels Hofmeyr1-1/+7
2018-08-29ctrl2cgi: Add systemd service file and install with debianPau Espin Pedrol3-0/+17
2018-07-12debian: Add python module deps for python3-osmopy-utilsPau Espin Pedrol1-1/+1
2018-07-11Introduce script ctrl2cgi.pyPau Espin Pedrol3-0/+249
2018-07-11Move twisted_ipa.py to osmopy libPau Espin Pedrol4-3/+2
2018-06-26Add debian packaging rulesHarald Welte6-0/+85
2018-01-15Fix install in the presence of old modulesMax1-1/+1
2018-01-15Print version before testsMax2-1/+3
2018-01-14Fix absolute import issue in py3Max2-2/+7