Add SUPV latchup report handling, clean up code #273

Merged
meggert merged 7 commits from add-supv-latchup-report into main 2024-02-06 13:52:56 +01:00
Owner
No description provided.
muellerr added 5 commits 2024-01-31 16:58:57 +01:00
EIVE/-/pipeline/head This commit looks good Details
d69d16c3af
add latchup status report handling
EIVE/-/pipeline/head This commit looks good Details
5e3b60b3af
cleaned up PLOC SUPV a bit
EIVE/-/pipeline/head This commit looks good Details
c6b2edf688
removed old commands
EIVE/-/pipeline/head This commit looks good Details
f93f713b0e
some minor bugfixes
EIVE/-/pipeline/head This commit looks good Details
248df1d4df
added missing field parsing
muellerr added 56 commits 2024-01-31 17:06:26 +01:00
EIVE/-/pipeline/head This commit looks good Details
3fe51b08a6
let's try a DB
EIVE/-/pipeline/head This commit looks good Details
ce363e3785
this seems to work well
EIVE/-/pipeline/pr-main This commit looks good Details
02dc6174bf
Merge branch 'main' into introduce_tm_db
EIVE/-/pipeline/pr-main This commit looks good Details
57a225f926
start adding raw TM DB
EIVE/-/pipeline/pr-main This commit looks good Details
2259d269dd
separate function for raw TM insertion
EIVE/-/pipeline/pr-main This commit looks good Details
c0ab3351c9
that's a lot of work..
EIVE/-/pipeline/pr-main This commit looks good Details
6e87a0249c
no need for file logging here anymore
EIVE/-/pipeline/pr-main This commit looks good Details
7cb5766a7a
added another helper/wrapper type
EIVE/-/pipeline/head This commit looks good Details
02d9d6adfc
OOF2
EIVE/-/pipeline/head This commit looks good Details
d640d547bd
OOF3
EIVE/-/pipeline/head This commit looks good Details
ae239031ed
removed old service provider API
EIVE/-/pipeline/head This commit looks good Details
af02c106b9
looking good
EIVE/-/pipeline/pr-main This commit looks good Details
21a38ae76a
use new the new leaf suppression feature
EIVE/-/pipeline/pr-main This commit looks good Details
688602e486
cleaning up
EIVE/-/pipeline/pr-main This commit looks good Details
2bb917eab7
last bugfixes
EIVE/-/pipeline/pr-main This commit looks good Details
756944cae3
that should be it
EIVE/-/pipeline/pr-main This commit looks good Details
77c2c91539
health and system cmds
EIVE/-/pipeline/pr-main This commit looks good Details
947bcf57f5
done for today
EIVE/-/pipeline/pr-main This commit looks good Details
d2fc53c1fa
cmd history introduction
EIVE/-/pipeline/pr-main This commit looks good Details
76fee820e9
continuing node setup
EIVE/-/pipeline/pr-main This commit looks good Details
3cf312073a
continue conversion
EIVE/-/pipeline/pr-main This commit looks good Details
d4147d8402
not much missing
EIVE/-/pipeline/pr-main This commit looks good Details
35e25bf6d0
small fix for STR node
EIVE/-/pipeline/pr-main This commit looks good Details
bca2deae61
Merge branch 'main' into introduce_tm_db
EIVE/-/pipeline/pr-main This commit looks good Details
507c3e3ff3
Merge branch 'introduce_tm_db' into bump-tmtccmd
EIVE/-/pipeline/pr-main This commit looks good Details
1660e27ec1
hopefully soon done
EIVE/-/pipeline/pr-main This commit looks good Details
3da1c2c262
add some more ACS devices
EIVE/-/pipeline/pr-main There was a failure building this commit Details
eb302e5cf1
use released version of tmtccmd
EIVE/-/pipeline/pr-main This commit looks good Details
4e25e2e6ca
Merge branch 'main' into bump-tmtccmd
EIVE/-/pipeline/pr-main This commit looks good Details
7c3a72f85b
Merge branch 'main' into introduce_tm_db
EIVE/-/pipeline/pr-main This commit looks good Details
bac4473aa7
Merge branch 'main' into introduce_tm_db
EIVE/-/pipeline/pr-v6.0.0-dev This commit looks good Details
d53e9d61b0
Merge remote-tracking branch 'origin/main' into bump-tmtccmd
EIVE/-/pipeline/pr-v6.0.0-dev This commit looks good Details
db70b33bd6
bump tmtccmd again
EIVE/-/pipeline/head This commit looks good Details
3a6abe1b62
Merge pull request 'Introduce new command definition tree' (#259) from bump-tmtccmd into v6.0.0-dev
Reviewed-on: #259
Reviewed-by: Marius Eggert <eggertm@irs.uni-stuttgart.de>
EIVE/-/pipeline/head This commit looks good Details
202a824d31
scex bug
EIVE/-/pipeline/head This commit looks good Details
3d007c32a3
various fixes for ACS subsystem
EIVE/-/pipeline/pr-v6.0.0-dev Build started... Details
38eb43cf8d
Merge branch 'v6.0.0-dev' into introduce_tm_db
EIVE/-/pipeline/head This commit looks good Details
9f1d61c3ef
Merge pull request 'Introduce TM DB' (#255) from introduce_tm_db into v6.0.0-dev
Reviewed-on: #255
Reviewed-by: Marius Eggert <eggertm@irs.uni-stuttgart.de>
EIVE/-/pipeline/pr-main This commit looks good Details
6440048235
get rid of the stupid legacy printer
EIVE/-/pipeline/pr-main This commit looks good Details
bcdd12caf0
basic printout for wrong mode reply
EIVE/-/pipeline/pr-main This commit looks good Details
b94c20dab1
changelog
EIVE/-/pipeline/pr-main This commit looks good Details
f3eecfa8ac
fix TC handler
EIVE/-/pipeline/pr-main This commit looks good Details
813f92f3d4
some cleaning up and some bugfixes
muellerr added this to the v6.0.0 milestone 2024-01-31 17:06:46 +01:00
muellerr added 1 commit 2024-02-06 11:37:42 +01:00
EIVE/-/pipeline/pr-main This commit looks good Details
f3c6b509ec
Merge branch 'main' into add-supv-latchup-report
meggert requested changes 2024-02-06 13:42:34 +01:00
@ -73,6 +74,7 @@ def handle_hk_packet(
hk_data = tm_packet.tm_data[8:]
if named_obj_id in hk_filter.object_ids:
# print(f"PUS TM Base64: {base64.b64encode(raw_tm)}")
Owner

I am stashing this every time I pull and now you come here and tell me to just leave it in there?!?

I am stashing this every time I pull and now you come here and tell me to just leave it in there?!?
Author
Owner

but..but it is super useful :(

but..but it is super useful :(
Author
Owner

actually I needed this often enough so I decided to leave it in there.. maybe we can this more cleanly with a CLI argument though...

actually I needed this often enough so I decided to leave it in there.. maybe we can this more cleanly with a CLI argument though...
Owner

you won this time ...

you won this time ...
meggert approved these changes 2024-02-06 13:52:50 +01:00
meggert merged commit a5ebac6266 into main 2024-02-06 13:52:56 +01:00
meggert deleted branch add-supv-latchup-report 2024-02-06 13:52:56 +01:00
Sign in to join this conversation.
No description provided.