Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overriding desired MAC parameters and defaults #101

Merged
merged 40 commits into from
Feb 22, 2019
Merged

Commits on Feb 22, 2019

  1. make: Update protoc image version

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    2ddd38b View commit details
    Browse the repository at this point in the history
  2. api: Add additional MACSettings

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    df6a0f0 View commit details
    Browse the repository at this point in the history
  3. ns: Set desired parameters on reset if specified in MACSettings

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    5f9c65d View commit details
    Browse the repository at this point in the history
  4. ns: Default to RxDelay of 5

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    440bec5 View commit details
    Browse the repository at this point in the history
  5. api: Make MACSettings optional

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    f4322d7 View commit details
    Browse the repository at this point in the history
  6. ns: Make MACSettings optional, add defaults

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    d3e6c34 View commit details
    Browse the repository at this point in the history
  7. api: Make MACSettings.adr_margin a float

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    9259a7b View commit details
    Browse the repository at this point in the history
  8. cli: Add default NS MAC settings to shared config

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    8b5a289 View commit details
    Browse the repository at this point in the history
  9. util: Add NetID support to config

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    0fb9447 View commit details
    Browse the repository at this point in the history
  10. util: Add ttnpb.RxDelay support to config package

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    d34d783 View commit details
    Browse the repository at this point in the history
  11. util: Fix byte slice/array handling in config

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    e97bb2f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    54792d5 View commit details
    Browse the repository at this point in the history
  13. util: Fix numeric pointer field handling in config

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    fa0f0e7 View commit details
    Browse the repository at this point in the history
  14. util: Fix config package test

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    5d31976 View commit details
    Browse the repository at this point in the history
  15. cli: Add flag support for google/protobuf/wrappers

    htdvisser authored and Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    cef73e4 View commit details
    Browse the repository at this point in the history
  16. api: Ensure consistency of MACSettings with DeviceProfile

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    42add61 View commit details
    Browse the repository at this point in the history
  17. ns: Fix handling of joined devices

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    d210908 View commit details
    Browse the repository at this point in the history
  18. ns: Construct valid MAC state on reset

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    3781e78 View commit details
    Browse the repository at this point in the history
  19. ns: Adapt to API changes

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    69a419c View commit details
    Browse the repository at this point in the history
  20. ns: Fix fieldmask check

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    56fab96 View commit details
    Browse the repository at this point in the history
  21. ns: Unwrap encrypted keys

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    8b0f172 View commit details
    Browse the repository at this point in the history
  22. cli: Remove redundant/non-existent device paths

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    c99a7e0 View commit details
    Browse the repository at this point in the history
  23. util: Fix NetID handling in config package

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    9c77fbc View commit details
    Browse the repository at this point in the history
  24. ns: Fix class C downlinks

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    a5d4839 View commit details
    Browse the repository at this point in the history
  25. api: Add documentation to MACSettings fields

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    ed59477 View commit details
    Browse the repository at this point in the history
  26. ns: Fix MACSettings priority on reset

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    4653cf0 View commit details
    Browse the repository at this point in the history
  27. api,util: Make RxDelay implement encoding.Text{Unm,M}arshaler

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    f0c0cf2 View commit details
    Browse the repository at this point in the history
  28. cli: Add support for MACSettings_*Value types

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    3ff844c View commit details
    Browse the repository at this point in the history
  29. ns: Use DevAddr from session

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    994bb2e View commit details
    Browse the repository at this point in the history
  30. ci: Run make messages in go.lint

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    284ad74 View commit details
    Browse the repository at this point in the history
  31. dev: Regenerate messages

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    8c1699e View commit details
    Browse the repository at this point in the history
  32. ns: Use cryptoutil.UnwrapAES128Key

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    a857a6f View commit details
    Browse the repository at this point in the history
  33. ns: Improve readability

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    5b2026b View commit details
    Browse the repository at this point in the history
  34. ns: Add MACSettingConfig

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    68e6427 View commit details
    Browse the repository at this point in the history
  35. ns: Make EUIs optional for ABP devices, validate for OTAA

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    0a8c202 View commit details
    Browse the repository at this point in the history
  36. ns: Fix t.Fatal usage in registry tests

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    cd2452a View commit details
    Browse the repository at this point in the history
  37. ns: Use EndDeviceIdentifiers directly in registry tests

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    31faaf1 View commit details
    Browse the repository at this point in the history
  38. ns: Remove misplaced fields in registry tests

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    516193c View commit details
    Browse the repository at this point in the history
  39. ns: Add additional registry create test cases

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    69a9b2e View commit details
    Browse the repository at this point in the history
  40. ns,cli: Specify desired Rx1 delay in config

    Roman Volosatovs committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    4974518 View commit details
    Browse the repository at this point in the history