1. 09 Jul, 2026 1 commit
    • Andrea Lacava's avatar
      doc: add a Git guide and fix addconsoletrace typo · 4bff6559
      Andrea Lacava authored
      Add doc/git-guide.md, a single entry point for the practical Git
      knowledge needed to contribute to OAI, consolidating the how-tos
      that were scattered across the documentation:
      
      - Setting up commit signing: moved from CONTRIBUTING.md, which keeps
        the normative DCO/Verified requirements and links to the guide; led
        by a compact SSH recipe, with the allowed_signers troubleshooting
        and a note on repository-level configuration for shared servers.
      - Managing your own branch: moved from code-style-contrib.md, which
        keeps the workflow policy and links to the guide; mentions git
        switch and covers fixup commits with git rebase --autosquash,
        including the --fixup=amend:<commit> variant.
      - Working with submodules: the update command and the unintended
        submodule-pointer-update pitfall seen in past PRs.
      - Recovering from mistakes: git restore --staged, git restore,
        git reset --soft/--hard, and git reflog.
      - Reusing conflict resolutions with git rerere: enabling, typical
        flow, inspecting, seeding from existing history, sharing the cache,
        and caveats, clarifying that contribution branches must keep a
        linear history while forks may carry merge commits.
      
      The guide is referenced from doc/README.md (Developer tools),
      code-style-contrib.md, and CONTRIBUTING.md. Guidance coupled to its
      own document is cross-linked instead of moved: clang-format.md
      (pre-commit hook), GET_SOURCES.md (branch and tag model), and
      doc_best_practices.md (docs: commit prefix).
      
      Also fix a typo in the T tracer addconsoletrace documentation.
      Signed-off-by: default avatarAndrea Lacava <thecave003@gmail.com>
      4bff6559
  2. 04 Jul, 2026 1 commit
    • Robert Schmidt's avatar
      Merge remote-tracking branch 'origin/integration_2026_w27' into develop · 0dab3bb6
      Robert Schmidt authored
      Integration: 2026.w27
      
      - #227 Cleanup: NGAP reconnection debug log
      - #233 fix: proper SA/NSA mode detection
      - #239 Fix function init_context_sss_nr()
      - #256 ci: Move test pcaps to github
      - #244 fix(zmq): Fix clang compiler warnings in zmq radio
      - #220 fix(NR_UE): gate half-frame PBCH mirror on caller-provided ssb_period
      - #257 [FHI72] Update the xran K release tag due to the PR https://github.com/openairinterface/o-du-phy/pull/3
      - #192 DLSIM test for type0 PDSCH frequency allocation
      - #238 minorfix(imscope): moving alignas from struct type to atomic variable
      - #255 ci: Speedup unit test dockerfile
      - #217 NAS: refactor Identity Request handler and enforce spec-compliant security checks
      - #243 Clean up openair0_device, remove eth_params usage in L2/L3
      - #204 Implementation of the E3 Agent for dApps and E3AP (no service models)
      - #258 NR UE: add assert for reserved bits per symbol not multiple of Qm
      - #253 CI: Collect amariue logs, update eNB configs
      - #203 CI: Add label check and signature verification in GitHub Actions
      
      Closes: #219
      Closes: #82
      0dab3bb6
  3. 03 Jul, 2026 7 commits
  4. 02 Jul, 2026 21 commits
  5. 01 Jul, 2026 5 commits
  6. 30 Jun, 2026 5 commits