Commit Graph

8 Commits

Author SHA1 Message Date
c56d441891 Fix size calculation and add another test for encoding a gsm7 message
All checks were successful
Run Tests / Test (push) Successful in 16s
Benchmark BufferPool / RunBenchmarks (push) Successful in 21s
2024-07-31 14:19:12 +02:00
85e674753e Fix size tests for submit_sm
All checks were successful
Run Tests / Test (push) Successful in 15s
Benchmark BufferPool / RunBenchmarks (push) Successful in 23s
2024-07-31 14:05:54 +02:00
d477951fb4 Implement submit message encoding 2024-07-31 13:15:47 +02:00
38976d6bc8 Add legit test for pdu encoding 2024-07-24 20:58:52 +02:00
14c861ccb4 Implement submit encode 2024-07-24 19:20:08 +02:00
f30680c26f Rework every uint8 to byte and rework every []byte to bytes.Buffer
Some checks failed
Benchmark BufferPool / RunBenchmarks (push) Failing after 17s
Run Tests / Test (push) Failing after 15s
I just learnt that uint8 and byte are the fucking same
And that bytes.Buffer is the thing to use
Idiot idiot idiot...
Live and learn
2024-07-24 18:48:12 +02:00
PhatPhuckDave
6f164e5933 Add benchmark cicd
All checks were successful
Benchmark BufferPool / RunBenchmarks (push) Successful in 8s
Run Tests / Test (push) Successful in 14s
2024-07-23 17:10:36 +02:00
PhatPhuckDave
a68600281b Add tests for submit size 2024-07-22 22:47:06 +02:00