スキル一覧に戻る
thc1006

ric-xapp-dev

by thc1006

0🍴 0📅 2025年12月30日
GitHubで見るManusで実行

SKILL.md


name: ric-xapp-dev description: Guidance for developing OSC RIC xApps (RC/KPM/E2 subscription patterns), safe integration steps, and common pitfalls (polling vs periodic reporting). allowed-tools: Read, Grep, Glob, Bash

RIC xApp Development Skill

Use this Skill when implementing anything that touches:

  • RC xApp gRPC integration
  • E2 subscription / KPM periodic reporting
  • RMR message flow assumptions

Rules of thumb

  1. Prefer subscription periodic reporting over xApp polling loops.
  2. Keep integration points isolated: only one module should speak gRPC to RC (beam_tracking/ric/rc_grpc_client.py).
  3. All external endpoints must be configurable (host/port/timeout).
  4. Always add a "sim mode" fallback to reproduce issues offline.

Files to consult

  • docs/03_kpm_reporting_period_notes.md
  • beam_tracking/ric/rc_grpc_client.py
  • .claude/commands/gen-rc-protos.md

Output expectations

When you propose changes:

  • list exact files + functions
  • provide small diff-sized code blocks
  • include a minimal test plan

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です