summaryrefslogtreecommitdiff
path: root/mesh/cfgmod-server.c
Commit message (Expand)AuthorAgeFilesLines
* mesh: Add Remote ProvisioningBrian Gix2023-01-301-1/+1
* mesh: Allow Key Refresh Phase 0 to 3 transitionIsak Westin2022-10-031-0/+4
* mesh: Clear HB sub status field if disabledIsak Westin2022-09-261-2/+24
* mesh: Correct HB sub state updatesIsak Westin2022-09-261-1/+1
* mesh: Reply to HB pub set with same fieldsIsak Westin2022-09-261-1/+11
* mesh: Correct u32 to u8 log transformationIsak Westin2022-09-261-4/+4
* mesh: Clear addr field if virt sub failedIsak Westin2022-09-231-0/+4
* mesh: Remove RFU check for publication setIsak Westin2022-09-221-2/+0
* mesh: Fix errors found by static analysisInga Stotland2020-11-101-9/+3
* mesh: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-10/+1
* mesh: Handle "options" dictionary in Send/Publish methodsInga Stotland2020-08-261-1/+1
* mesh: Use correct retransmit parameters for publicationsInga Stotland2020-08-221-10/+16
* mesh: Fix encoding of Config Key Refresh Phase StatusMichał Lowas-Rzechonek2020-08-121-3/+3
* mesh: Fix logic error when saving model subscriptionsInga Stotland2020-08-111-1/+1
* mesh: Refactor heartbeat pub/subInga Stotland2020-08-101-206/+101
* mesh: Clean up handling of config KR phase messagesInga Stotland2020-08-101-26/+42
* mesh: Clean up handling of config net transmit messagesInga Stotland2020-08-101-15/+23
* mesh: Clean up handling of config poll timeout messageInga Stotland2020-08-101-11/+23
* mesh: Clean up handling of config relay messagesInga Stotland2020-08-101-10/+22
* mesh: Clean up handling of config net and app key messagesInga Stotland2020-08-101-72/+83
* mesh: Clean up handling of config publication messagesInga Stotland2020-08-101-58/+41
* mesh: Clean up handling of config node identity messageInga Stotland2020-08-101-11/+4
* mesh: Clean up handling of config model binding messagesInga Stotland2020-08-101-94/+36
* mesh: Clean up handling of config subscription messagesInga Stotland2020-08-101-195/+149
* mesh: Move model functionality out of node.c to model.cInga Stotland2020-07-251-89/+83
* mesh: Add size checks for every opcode in config serverInga Stotland2020-07-161-9/+37
* mesh: Use static array to hold config server responseInga Stotland2020-07-161-37/+16
* mesh: Get rid of "unreliable opcodes" in config serverInga Stotland2020-07-081-20/+11
* mesh: Add Composition page storage to node.jsonBrian Gix2020-07-081-8/+34
* mesh: Clean up config model publication setInga Stotland2020-06-301-40/+37
* mesh: Fix publication setup for vendor modelsInga Stotland2020-04-301-4/+4
* mesh: Fix adding virtual subscription to a vendor modelInga Stotland2020-04-301-0/+1
* mesh: Fix model publication status after setMichał Lowas-Rzechonek2020-03-261-2/+2
* mesh: Allow short messages to be segmentedBrian Gix2020-03-201-7/+7
* mesh: Fix processing of Config Node Reset messageInga Stotland2020-03-181-10/+6
* mesh: Remove unused parameters from internal rx functionsInga Stotland2020-03-051-15/+14
* mesh: Clean up handling config model publication messageInga Stotland2020-02-261-87/+44
* mesh: Fix node resetMichał Lowas-Rzechonek2020-01-081-2/+8
* mesh: fix (re)transmit count & interval stepsAurelien Jarno2019-12-021-8/+8
* mesh: Fix handling of Config Relay Set messageMichał Lowas-Rzechonek2019-08-161-2/+1
* mesh: Fix model publication getRafał Gajda2019-08-121-1/+1
* mesh: Propagate Net Index up Rx message chainBrian Gix2019-07-181-69/+85
* mesh: Rename mesh_config_srv_init() to cfgmod_server_init()Inga Stotland2019-07-151-1/+1
* mesh: Manage node config directory in mesh-configInga Stotland2019-07-151-1/+0
* mesh: Use mesh_config APIs to store node configurationInga Stotland2019-07-151-1/+3
* mesh: Confine dependency on json-c to mesh-config-json.cInga Stotland2019-07-151-10/+7
* mesh: Change mesh_db prefix to mesh_configInga Stotland2019-07-151-10/+10
* mesh: Rename mesh-db.c to mesh-config-json.cInga Stotland2019-07-151-2/+1
* mesh: Split APP_IDX_DEV into APP_IDX_DEV_LOCAL and APP_IDX_DEV_REMOTEMichał Lowas-Rzechonek2019-07-041-7/+8
* mesh: Remove redundant initializationInga Stotland2019-07-041-1/+1