Skip to content

Commit 23bec0b

Browse files
committed
feat(tems-trp-parser): add TEMS TRP parser package
- Parse TEMS Pocket TRP (Trace Recording Packet) RF log files - CLI tool with metadata display and export to CSV/JSON/JSONL - TypeScript API for programmatic access - Support LTE/5G RF measurements (RSRP, RSRQ, SINR, PCI, etc.) - Streaming architecture for memory-efficient processing - Educational use library with full TypeScript definitions - Includes English and Korean documentation
1 parent 9a7d3d0 commit 23bec0b

14 files changed

Lines changed: 2904 additions & 2 deletions

File tree

.serena/project.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,27 @@ excluded_tools: []
7979
# initial prompt for the project. It will always be given to the LLM upon activating the project
8080
# (contrary to the memories, which are loaded on demand).
8181
initial_prompt: ""
82-
82+
# the name by which the project can be referenced within Serena
8383
project_name: "pkgs"
84+
85+
# list of tools to include that would otherwise be disabled (particularly optional tools that are disabled by default)
8486
included_optional_tools: []
87+
88+
# list of mode names to that are always to be included in the set of active modes
89+
# The full set of modes to be activated is base_modes + default_modes.
90+
# If the setting is undefined, the base_modes from the global configuration (serena_config.yml) apply.
91+
# Otherwise, this setting overrides the global configuration.
92+
# Set this to [] to disable base modes for this project.
93+
# Set this to a list of mode names to always include the respective modes for this project.
94+
base_modes:
95+
96+
# list of mode names that are to be activated by default.
97+
# The full set of modes to be activated is base_modes + default_modes.
98+
# If the setting is undefined, the default_modes from the global configuration (serena_config.yml) apply.
99+
# Otherwise, this overrides the setting from the global configuration (serena_config.yml).
100+
# This setting can, in turn, be overridden by CLI parameters (--mode).
101+
default_modes:
102+
103+
# fixed set of tools to use as the base tool set (if non-empty), replacing Serena's default set of tools.
104+
# This cannot be combined with non-empty excluded_tools or included_optional_tools.
105+
fixed_tools: []

bun.lock

Lines changed: 29 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)