author int64 658 755k | date stringdate 2012-06-12 08:34:29 2024-07-22 14:51:21 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods listlengths 1 16 | language stringclasses 20
values | license stringclasses 3
values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
491,595 | 11.05.2017 18:19:58 | -7,200 | 941d48bf49c6f1b8b441db85b57a2d8945502ad6 | port for samr21_xpro port for sctimer | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/samr21_xpro/SConscript",
"new_path": "bsp/boards/samr21_xpro/SConscript",
"diff": "@@ -18,13 +18,12 @@ rf231 = localEnv.SConscript(\nsource = [\n'board.c',\n- 'bsp_timer.c',\n+ 'sctimer.c',\n'debug_pins.c',\n'eui64.c',\n'flash.c',\n'gpio.c',\n'leds.... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-635. port for samr21_xpro port for sctimer |
491,595 | 12.05.2017 13:42:41 | -7,200 | e8efd47592d708a11f67286b0b62f6b1c285fb57 | revert 01bsp_uart.c file. | [
{
"change_type": "MODIFY",
"old_path": "projects/common/01bsp_uart/01bsp_uart.c",
"new_path": "projects/common/01bsp_uart/01bsp_uart.c",
"diff": "@@ -20,90 +20,20 @@ TeraTerm):\n// bsp modules required\n#include \"board.h\"\n#include \"uart.h\"\n+#include \"bsp_timer.h\"\n#include \"leds.h\"\n-#incl... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-635. revert 01bsp_uart.c file. |
491,595 | 16.05.2017 21:29:42 | -7,200 | a91adb208e3a7e9800f13b57cc167ea25880723f | radio has higher priority than timer but not embedded interrupt. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/iot-lab_A8-M3/nvic.c",
"new_path": "bsp/boards/iot-lab_A8-M3/nvic.c",
"diff": "@@ -53,7 +53,7 @@ void NVIC_sctimer(void) {\n//Configure NVIC: Preemption Priority = 0 and Sub Priority = 1\nNVIC_InitStructure.NVIC_IRQChannel = RTCAlarm_IRQChannel;\nNV... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-635. radio has higher priority than timer but not embedded interrupt. |
491,595 | 17.05.2017 20:03:56 | -7,200 | 66c4d23c21e6bc005013b3fd3eee4b770fda5aa4 | change opencoap as an application. | [
{
"change_type": "MODIFY",
"old_path": "openapps/SConscript",
"new_path": "openapps/SConscript",
"diff": "@@ -41,8 +41,10 @@ else:\nuserApps = []\n# union of default and additional apps (without duplicates)\n-apps = sorted(list(set(defaultApps+userApps)))\n-appsInit = sorted(list(set(defaultAppsInit... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-637. change opencoap as an application. |
491,595 | 23.05.2017 18:45:52 | -7,200 | c545a8fbea4ce7694ec2c0d42955d64225f15dc6 | correct duty cycle calculation. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154E.c",
"new_path": "openstack/02a-MAClow/IEEE802154E.c",
"diff": "@@ -448,6 +448,9 @@ port_INLINE void activity_synchronize_newSlot() {\nreturn;\n}\n+ ieee154e_vars.radioOnInit=sctimer_readCounter();\n+ ieee154e_vars.radioOnThisSl... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-635. correct duty cycle calculation. |
491,595 | 29.05.2017 11:22:09 | -7,200 | 915dfd5d50fc2c5470678119db332fed02535e58 | send time correction through serial port always (will be controlled to print out in OV). | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154E.c",
"new_path": "openstack/02a-MAClow/IEEE802154E.c",
"diff": "@@ -2226,11 +2226,7 @@ void synchronizePacket(PORT_RADIOTIMER_WIDTH timeReceived) {\n// log a large timeCorrection\nif (\n- ieee154e_vars.isSync==TRUE &&\n- (\n- ti... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-647. send time correction through serial port always (will be controlled to print out in OV). |
491,595 | 01.06.2017 19:36:35 | -7,200 | 0726471e3d94e206465ac6d9d9d3fc6972716cc3 | implement additional functions for sixtop process. | [
{
"change_type": "MODIFY",
"old_path": "inc/opendefs.h",
"new_path": "inc/opendefs.h",
"diff": "@@ -363,6 +363,8 @@ typedef struct {\nasn_t asn;\nuint8_t joinPrio;\nbool f6PNORES;\n+ uint8_t generation;\n+ uint8_t sequenceNumber;\n} neighborRow_t;\nEND_PACK\n"
},
{
"change_type": "MODIFY",
... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-602. implement additional functions for sixtop process. |
491,595 | 06.06.2017 19:47:13 | -7,200 | 55d9e06e6351b45a0d7e7562bfac0f617fe108d6 | no parameter in opentimers_getValue() function. | [
{
"change_type": "MODIFY",
"old_path": "openapps/csensors/csensors.c",
"new_path": "openapps/csensors/csensors.c",
"diff": "@@ -390,7 +390,7 @@ void csensors_setPeriod(uint32_t period,\nopentimers_scheduleAbsolute(\ncsensors_vars.csensors_resource[id].timerId,\n(uint32_t)((period*openrandom_get16b()... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-635. no parameter in opentimers_getValue() function. |
491,595 | 07.06.2017 18:43:25 | -7,200 | e6a35fc27a57ba81e18c6c9b3730c3ea724552e7 | update serial 6p commands. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/openserial.c",
"new_path": "drivers/common/openserial.c",
"diff": "@@ -41,6 +41,7 @@ owerror_t openserial_printInfoErrorCritical(\n// command handlers\nvoid openserial_handleEcho(uint8_t* but, uint8_t bufLen);\n+void openserial_get6pInfo(uint8_t... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-602. update serial 6p commands. |
491,595 | 08.06.2017 17:04:11 | -7,200 | ca7a08dcda7dd406d9282cb6a8c615baa29d1fee | support adding/deleting shared cell. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02b-MAChigh/sixtop.c",
"new_path": "openstack/02b-MAChigh/sixtop.c",
"diff": "@@ -83,7 +83,8 @@ void sixtop_addCells(\nvoid sixtop_removeCells(\nuint8_t slotframeID,\ncellInfo_ht* cellList,\n- open_addr_t* previousHop\n+ open_addr_t* previousHop,\n+ ... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-602. support adding/deleting shared cell. |
491,595 | 10.06.2017 08:30:21 | -7,200 | f0bb3a091a5b7639094cfbb134129f2d8386257c | update simulation port. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02b-MAChigh/processIE.h",
"new_path": "openstack/02b-MAChigh/processIE.h",
"diff": "@@ -76,105 +76,5 @@ typedef struct {\nuint8_t join_priority;\n} sync_IE_ht;\n-/**\n-\\brief TSCH Slotframe and Link IE\n-\n-http://tools.ietf.org/html/draft-wang-6tis... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-602. update simulation port. |
491,595 | 10.06.2017 08:35:08 | -7,200 | dd8d6ec5b1b33ecb8c8fbf29704910530941f4e5 | fix sniffer project. | [
{
"change_type": "MODIFY",
"old_path": "projects/common/03oos_sniffer/03oos_sniffer.c",
"new_path": "projects/common/03oos_sniffer/03oos_sniffer.c",
"diff": "@@ -176,12 +176,22 @@ void schedule_startDAGroot(void) {return;}\nvoid schedule_setFrameLength(uint16_t frameLength) {return;}\nvoid sixtop_se... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-602. fix sniffer project. |
491,595 | 11.06.2017 08:40:12 | -7,200 | 75383adec2b79a219e2e2df57cf038cef4acb19c | formatting sixtop.c | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154E.h",
"new_path": "openstack/02a-MAClow/IEEE802154E.h",
"diff": "@@ -24,14 +24,15 @@ static const uint8_t chTemplate_default[] = {\n// refer to RFC8180: https://tools.ietf.org/html/rfc8180#appendix-A.1\n// ASN and join Metric are... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-602. formatting sixtop.c |
491,595 | 12.06.2017 10:50:50 | -7,200 | b0b12643194d882ece47da1db64d0f4e4c7510bf | remove processIE.h file. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/python/openwsnmodule_obj.h",
"new_path": "bsp/boards/python/openwsnmodule_obj.h",
"diff": "#include \"IEEE802154_security_obj.h\"\n#include \"adaptive_sync_obj.h\"\n#include \"neighbors_obj.h\"\n-#include \"processIE_obj.h\"\n#include \"sixtop_obj.h... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-602. remove processIE.h file. |
491,609 | 04.11.2016 17:20:39 | -3,600 | 429f70ae97aec1888e49de276e4d2c72ece16145 | Add initial templates for cjoin app. | [
{
"change_type": "MODIFY",
"old_path": "inc/opendefs.h",
"new_path": "inc/opendefs.h",
"diff": "@@ -167,6 +167,7 @@ enum {\nCOMPONENT_RRT = 0x25,\nCOMPONENT_SECURITY = 0x26,\nCOMPONENT_USERIALBRIDGE = 0x27,\n+ COMPONENT_CJOIN = 0x28,\n};\n/**\n"
},
{
"change_type": "MODIFY",
"old_path": ... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Add initial templates for cjoin app. |
491,609 | 04.11.2016 17:45:54 | -3,600 | c2061cf7289eefa4d74beafd6a8f6f2d7a2edcdf | Add code to bounce back and forth with CoAP payload. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "//=========================== defines =========================================\n/// inter-packet period (in ms)\n-#define CJOINPERIOD 30000\n+#define CJOINPERIOD 300000\n#define NUMBER_OF... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Add code to bounce back and forth with CoAP payload. |
491,609 | 07.11.2016 15:56:56 | -3,600 | 99090185d72eea57fb25ed241eb231d3c099a909 | Add daoSent function to icmpv6rpl module. | [
{
"change_type": "MODIFY",
"old_path": "openstack/03b-IPv6/icmpv6rpl.c",
"new_path": "openstack/03b-IPv6/icmpv6rpl.c",
"diff": "@@ -45,6 +45,7 @@ void icmpv6rpl_init() {\n//=== routing\nicmpv6rpl_vars.haveParent=FALSE;\n+ icmpv6rpl_vars.daoSent=FALSE;\nif (idmanager_getIsDAGroot()==TRUE) {\nicmpv6rp... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Add daoSent function to icmpv6rpl module. |
491,609 | 07.11.2016 15:59:39 | -3,600 | c8311957365ff8a2a87451d40c0eb1c82c77986c | Split init function. Do not initiate unless there is a route created. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "//#include \"ADC_Channel.h\"\n#include \"idmanager.h\"\n#include \"IEEE802154E.h\"\n+#include \"icmpv6rpl.h\"\n//=========================== defines =======================================... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Split init function. Do not initiate unless there is a route created. |
491,609 | 10.11.2016 15:31:16 | -3,600 | dac366274f2f66e92a3b738f591afcb487822f5a | Add getters and setters on isJoined variable. Use two different timers. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "@@ -41,6 +41,10 @@ void cjoin_task_cb(void);\nvoid cjoin_sendDone(OpenQueueEntry_t* msg,\nowerror_t error);\nowerror_t cjoin_sendPut(uint8_t payload);\n+void cjoin_retransmission_cb(openti... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Add getters and setters on isJoined variable. Use two different timers. |
491,609 | 10.11.2016 15:34:28 | -3,600 | ec5bb740dfc66c2a97894d1cd06e5f51398f6351 | Don't run if DAG root. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "@@ -134,6 +134,11 @@ void cjoin_task_cb() {\n// don't run if not synch\nif (ieee154e_isSynch() == FALSE) return;\n+ // don't run if DAG root\n+ if (idmanager_getIsDAGroot() == TRUE) {\n+ r... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Don't run if DAG root. |
491,609 | 10.11.2016 15:36:44 | -3,600 | cae7be9af4422e4b231a054dfc11519d433be0bd | Wait until DAO has been sent. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "@@ -144,11 +144,9 @@ void cjoin_task_cb() {\nreturn;\n}\n-/* if (icmpv6rpl_daoSent() == FALSE) {\n+ if (icmpv6rpl_daoSent() == FALSE) {\nreturn;\n}\n-*/\n-\nopentimers_stop(cjoin_vars.star... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Wait until DAO has been sent. |
491,609 | 10.11.2016 15:38:38 | -3,600 | 217081fd69b2f349ec14afadf0bc34fba60d66b9 | Add JOIN-related status and error codes. | [
{
"change_type": "MODIFY",
"old_path": "inc/opendefs.h",
"new_path": "inc/opendefs.h",
"diff": "@@ -108,6 +108,7 @@ enum {\nSTATUS_NEIGHBORS = 9,\nSTATUS_KAPERIOD = 10,\nSTATUS_MAX = 11,\n+ STATUS_ISJOINED = 12,\n};\n//component identifiers\n@@ -247,6 +248,7 @@ enum {\nERR_SIXTOP_COUNT = 0x3d, // th... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Add JOIN-related status and error codes. |
491,609 | 10.11.2016 15:39:14 | -3,600 | 44a429a3a403edf84adf1a6244f27221624c682c | Do not send EBs unless joined. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02b-MAChigh/sixtop.c",
"new_path": "openstack/02b-MAChigh/sixtop.c",
"diff": "#include \"IEEE802154_security.h\"\n#include \"idmanager.h\"\n#include \"schedule.h\"\n+#include \"cjoin.h\"\n//=========================== define =========================... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Do not send EBs unless joined. |
491,609 | 10.11.2016 15:39:48 | -3,600 | 16bd543af7d9316f9c2af03d0e456b91a6a4acd2 | Bug fix for daoSent update. | [
{
"change_type": "MODIFY",
"old_path": "openstack/03b-IPv6/icmpv6rpl.c",
"new_path": "openstack/03b-IPv6/icmpv6rpl.c",
"diff": "@@ -644,7 +644,6 @@ void icmpv6rpl_timer_DAO_task() {\n// send DAO\nsendDAO();\n- icmpv6rpl_vars.daoSent = TRUE;\n// arm the DAO timer with this new value\ndaoPeriod = icmp... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Bug fix for daoSent update. |
491,609 | 10.11.2016 15:40:47 | -3,600 | 45807406dce0b982cf39fd0985b3e70389424db1 | Force isJoined to FALSE after synchronization. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154E.c",
"new_path": "openstack/02a-MAClow/IEEE802154E.c",
"diff": "@@ -637,6 +637,8 @@ port_INLINE void activity_synchronize_endOfFrame(PORT_RADIOTIMER_WIDTH capturedT\n// declare synchronized\nchangeIsSync(TRUE);\n+ // force isJoi... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Force isJoined to FALSE after synchronization. |
491,609 | 10.11.2016 15:41:22 | -3,600 | df0bab4cf982e844a77711fcf980458d6535bb76 | Set DAGroot to be joined by default. | [
{
"change_type": "MODIFY",
"old_path": "openstack/cross-layers/idmanager.c",
"new_path": "openstack/cross-layers/idmanager.c",
"diff": "#include \"openserial.h\"\n#include \"neighbors.h\"\n#include \"schedule.h\"\n+#include \"cjoin.h\"\n//=========================== variables =======================... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Set DAGroot to be joined by default. |
491,609 | 10.11.2016 16:28:26 | -3,600 | 9dfc9f5d0f77de825bea93bd3b333d3faa2feadb | Init isJoined directly. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "@@ -60,8 +60,7 @@ void cjoin_init() {\ncjoin_vars.desc.callbackRx = &cjoin_receive;\ncjoin_vars.desc.callbackSendDone = &cjoin_sendDone;\ncjoin_vars.lastPayload = NUMBER_OF_EXCHANGES - 1;\... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Init isJoined directly. |
491,609 | 10.11.2016 17:57:28 | -3,600 | 5f05ef978b16ecb5c874973e42c65972044e9c2d | Add missing global variables to python processing. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/python/openwsnmodule_obj.h",
"new_path": "bsp/boards/python/openwsnmodule_obj.h",
"diff": "// applications\n#include \"c6t_obj.h\"\n#include \"cexample_obj.h\"\n+#include \"cjoin_obj.h\"\n#include \"cinfo_obj.h\"\n#include \"cleds_obj.h\"\n#include ... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Add missing global variables to python processing. |
491,609 | 10.11.2016 17:58:11 | -3,600 | 4f3e26526be9de4de35abcec7dbc7210e3335503 | Remove forcing isJoined to false. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154E.c",
"new_path": "openstack/02a-MAClow/IEEE802154E.c",
"diff": "@@ -637,9 +637,6 @@ port_INLINE void activity_synchronize_endOfFrame(PORT_RADIOTIMER_WIDTH capturedT\n// declare synchronized\nchangeIsSync(TRUE);\n- // force isJoi... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Remove forcing isJoined to false. |
491,609 | 11.11.2016 15:40:00 | -3,600 | fbc7f26d8cf13b61e9d9de543300682543a4de0b | Remove CoAP resource descriptor from the cjoin_vars struct. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "@@ -27,7 +27,7 @@ const uint8_t cjoin_path0[] = \"j\";\nstatic const uint8_t ipAddr_jce[] = {0xbb, 0xbb, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \\\n0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Remove CoAP resource descriptor from the cjoin_vars struct. |
491,609 | 11.11.2016 16:02:06 | -3,600 | a177ce5f922890cb0e540eb8de6a99e8baa6b3e1 | Retransmit lastPayload instead of resetting the whole process. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "@@ -124,7 +124,6 @@ void cjoin_retransmission_cb(opentimer_id_t id) {\n}\nvoid cjoin_retransmission_task_cb() {\n- cjoin_vars.lastPayload = NUMBER_OF_EXCHANGES - 1; // get around the bug o... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Retransmit lastPayload instead of resetting the whole process. |
491,609 | 12.11.2016 16:42:36 | -3,600 | d5612a3695f64851ee5cd8748badce377028a13a | Add printDebug_joined function to print join ASN on the serial port. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/openserial.c",
"new_path": "drivers/common/openserial.c",
"diff": "#include \"icmpv6rpl.h\"\n#include \"icmpv6echo.h\"\n#include \"sf0.h\"\n+#include \"cjoin.h\"\n//=========================== variables =======================================\n@... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Add printDebug_joined function to print join ASN on the serial port. |
491,609 | 13.11.2016 11:07:27 | -3,600 | 6784222805a5f3aa4b42040c6ae03149b48a00bf | Update joinASN value upon successful join. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "@@ -239,11 +239,22 @@ bool cjoin_getIsJoined() {\n}\nvoid cjoin_setIsJoined(bool newValue) {\n+ uint8_t array[5];\nINTERRUPT_DECLARATION();\nDISABLE_INTERRUPTS();\ncjoin_vars.isJoined = ne... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Update joinASN value upon successful join. |
491,609 | 13.11.2016 11:08:12 | -3,600 | 77f7458926ee437a2108a3be84d1a819708ba026 | If join duplicate is received, ignore it. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "@@ -95,7 +95,7 @@ owerror_t cjoin_receive(OpenQueueEntry_t* msg,\nopenserial_printError(COMPONENT_IEEE802154E,ERR_WDRADIO_OVERFLOWS,\n(errorparameter_t)0,\n(errorparameter_t)msg->payload[0... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. If join duplicate is received, ignore it. |
491,609 | 11.04.2017 18:36:17 | -7,200 | 165d2fa815186f67b328950badfd22618a261875 | Send GET instead of PUT as part of the Join Request. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "@@ -41,7 +41,7 @@ void cjoin_timer_cb(opentimer_id_t id);\nvoid cjoin_task_cb(void);\nvoid cjoin_sendDone(OpenQueueEntry_t* msg,\nowerror_t error);\n-owerror_t cjoin_sendPut(uint8_t payloa... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Send GET instead of PUT as part of the Join Request. |
491,609 | 13.04.2017 18:19:33 | -7,200 | 1774ccfe27636e022264ecf02b88702c1dae38b7 | Add placeholders for CBOR minimal parsing. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "@@ -46,6 +46,11 @@ void cjoin_retransmission_cb(opentimer_id_t id);\nvoid cjoin_retransmission_task_cb(void);\nbool cjoin_getIsJoined(void);\nvoid cjoin_setIsJoined(bool newValue);\n+\n+ow... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Add placeholders for CBOR minimal parsing. |
491,609 | 19.04.2017 14:35:29 | -7,200 | daec167d8ad5d371cf7f48f78a1a948bc07be9c1 | Add initial implementation of CBOR parser for minimal security. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "/// inter-packet period (in ms)\n#define NUMBER_OF_EXCHANGES 6\n#define TIMEOUT 60000\n+#define ASN_LENGTH 5\nconst uint8_t cjoin_path0[] = \"j\";\n@@ -48,8 +49,9 @@ bool cjoin_getIsJoined... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Add initial implementation of CBOR parser for minimal security. |
491,609 | 20.04.2017 17:01:52 | -7,200 | c413f0ab96a534dfb7cb964173dbb06a54278512 | Refactor CBOR code into cbor.[ch] files. | [
{
"change_type": "MODIFY",
"old_path": "openapps/SConscript",
"new_path": "openapps/SConscript",
"diff": "@@ -37,6 +37,18 @@ defaultAppsInit = [\n'cjoin',\n]\n+# source files that should be included in the build other than\n+# those with default application name (application.c)\n+additionalSourceFil... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Refactor CBOR code into cbor.[ch] files. |
491,609 | 20.04.2017 17:26:56 | -7,200 | 94eb95f83deddebfa4405dab0c6ebab8689fe8ee | Rename CBOR functions. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cbor.c",
"new_path": "openapps/cjoin/cbor.c",
"diff": "//=========================== variables =======================================\n//=========================== prototypes ======================================\n-owerror_t cjoin_parse_keyse... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Rename CBOR functions. |
491,609 | 25.04.2017 16:47:28 | -7,200 | 9496397035ebe61051c3d012847131d7e0478c51 | Fix byte order in ASN. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cbor.c",
"new_path": "openapps/cjoin/cbor.c",
"diff": "@@ -242,9 +242,10 @@ owerror_t cbor_parse_short_address(short_address_t *short_address, uint8_t *buf,\n}\ntmp++;\n- (short_address->lease_asn).bytes0and1 = ((uint16_t) tmp[1] << 8) | ((uint1... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Fix byte order in ASN. |
491,609 | 25.04.2017 16:49:06 | -7,200 | 7c2cee335e0549c9c292f35c8282a7da0e2ecb40 | Explicitly reserve bytes for kid and key in COSE structs. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cbor.c",
"new_path": "openapps/cjoin/cbor.c",
"diff": "#include \"cbor.h\"\n//=========================== defines =========================================\n// number of bytes in 802.15.4 short address\n-#define SHORT_ADDRESS_LENGTH 2\n#define A... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Explicitly reserve bytes for kid and key in COSE structs. |
491,609 | 25.04.2017 17:23:35 | -7,200 | 01a40f73a5529958362e8bbabe47f7736529fdb9 | Rewrite the top parse function to make sure to zero out invalid responses. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cbor.c",
"new_path": "openapps/cjoin/cbor.c",
"diff": "@@ -29,40 +29,51 @@ owerror_t cbor_parse_join_response(join_response_t *response, uint8_t *buf, uint\nuint8_t additional_info;\nuint8_t ret;\nuint8_t *tmp;\n+ owerror_t error;\n+ error = E_S... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Rewrite the top parse function to make sure to zero out invalid responses. |
491,609 | 25.04.2017 18:15:26 | -7,200 | 2e8a28e4a6753bd45baa6a9c2d54a9626145a8a6 | Add unit tests for the parser in Python. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "openapps/cjoin/tests/test_parseDumps.py",
"diff": "+import ctypes\n+import cbor\n+\n+import pytest\n+\n+#============================ defines ===============================\n+\n+COSE_KEYSET_MAX_NUM_KEYS = 2\n+SHORT_ADDRESS_LENGTH = 2\n+COSE_SYM... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Add unit tests for the parser in Python. |
491,609 | 05.05.2017 15:10:35 | -7,200 | 55b6f8267d9164b71ad875cbd35245e8718b2734 | Invalidate join response struct before beginning. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cbor.c",
"new_path": "openapps/cjoin/cbor.c",
"diff": "@@ -31,6 +31,8 @@ owerror_t cbor_parse_join_response(join_response_t *response, uint8_t *buf, uint\nuint8_t *tmp;\nowerror_t error;\n+ memset(response, 0x00, sizeof(join_response_t));\n+\ner... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Invalidate join response struct before beginning. |
491,609 | 09.05.2017 16:04:39 | -7,200 | 5cec9ada3f58017fe5454b20cdd2edcc7a85b9eb | Use binascii unhexlify instead of decode. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/tests/test_parseDumps.py",
"new_path": "openapps/cjoin/tests/test_parseDumps.py",
"diff": "import ctypes\nimport cbor\n+import binascii\nimport pytest\n@@ -87,7 +88,7 @@ class join_response_t(CtStruct):\nCBORDUMPSANDPARSED = [\n(\n- '8281a301040... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Use binascii unhexlify instead of decode. |
491,609 | 06.06.2017 18:39:15 | -7,200 | 351080e902c0971f2914950f1743db2c81c7e298 | Add interface to set the join key. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/openserial.c",
"new_path": "drivers/common/openserial.c",
"diff": "@@ -540,12 +540,13 @@ void openserial_handleEcho(uint8_t* buf, uint8_t bufLen){\n}\nvoid openserial_handleCommands(void){\n- uint8_t input_buffer[10];\n+ uint8_t input_buffer[20]... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Add interface to set the join key. |
491,609 | 13.06.2017 18:24:30 | -7,200 | 9f303992780fb7b1a5ae3cf84eae344872b8e631 | Initial commit for implementation. | [
{
"change_type": "MODIFY",
"old_path": "openstack/04-TRAN/opencoap.h",
"new_path": "openstack/04-TRAN/opencoap.h",
"diff": "@@ -93,6 +93,7 @@ typedef enum {\nCOAP_OPTION_NUM_LOCATIONQUERY = 20,\nCOAP_OPTION_NUM_PROXYURI = 35,\nCOAP_OPTION_NUM_PROXYSCHEME = 39,\n+ COAP_OPTION_NUM_OBJECTSECURITY = 21,... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Initial commit for OSCOAP-03 implementation. |
491,595 | 14.06.2017 17:49:14 | -7,200 | 3b2c59ab53185bb213b9e12e31e76fe763efc156 | add timer wrapping and PERIODIC tyupe timer in opentimers. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/opentimers.c",
"new_path": "drivers/common/opentimers.c",
"diff": "@@ -74,13 +74,13 @@ can't be called firstly after the timer is created.\n\\param[in] uint_type indicates the unit type of this schedule: ticks or ms\n\\param[in] cb indicates whe... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-652. add timer wrapping and PERIODIC tyupe timer in opentimers. |
491,595 | 14.06.2017 18:28:05 | -7,200 | ae576a5cf36f9be955441a192e93cfd128dc7a1d | fix the oos_macpong, oos_sniffer project and python platform. | [
{
"change_type": "MODIFY",
"old_path": "projects/common/03oos_macpong/03oos_macpong.c",
"new_path": "projects/common/03oos_macpong/03oos_macpong.c",
"diff": "@@ -58,10 +58,11 @@ void macpong_initSend() {\ndefault:\nbreak;\n}\n- opentimers_scheduleRelative(\n+ opentimers_scheduleIn(\nmacpong_vars.tim... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-652. fix the oos_macpong, oos_sniffer project and python platform. |
491,586 | 15.06.2017 15:11:50 | -19,080 | 0821aee3413daba6357ef9d2aac8e3a4ba6d2a54 | disabled some boards due to memory constraint | [
{
"change_type": "MODIFY",
"old_path": "SConstruct",
"new_path": "SConstruct",
"diff": "@@ -101,10 +101,10 @@ help-option:\ncommand_line_options = {\n'board': [\n# MSP430\n- 'telosb',\n+ #'telosb',\n'gina',\n- 'wsn430v13b',\n- 'wsn430v14',\n+ #'wsn430v13b',\n+ #'wsn430v14',\n'z1',\n# Cortex-M3\n'ope... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | disabled some boards due to memory constraint |
491,595 | 15.06.2017 15:33:31 | -7,200 | 92fb97cb05b33ce1a7681f9312e4bb61d09ec3c4 | rename the interface. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154E.c",
"new_path": "openstack/02a-MAClow/IEEE802154E.c",
"diff": "@@ -68,9 +68,14 @@ bool isValidJoin(OpenQueueEntry_t* eb, ieee802154_header_iht *parsedHeader);\nbool isValidEbFormat(OpenQueueEntry_t* pkt);\n// IEs Handling\nbool... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-631. rename the IEEE802154E interface. |
491,595 | 15.06.2017 15:38:20 | -7,200 | 902444bce4f4dcbbeed52c0ff513c7cc079ea5ca | update the comments of opentimers | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/opentimers.c",
"new_path": "drivers/common/opentimers.c",
"diff": "@@ -64,14 +64,12 @@ opentimers_id_t opentimers_create(void){\n\\brief schedule a period refer to comparing value set last time.\nThis function will schedule a timer which expires... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-631. update the comments of opentimers |
491,609 | 14.06.2017 15:50:05 | -7,200 | 22b003ce4d1ec58315962ce1cd4a81624746b497 | Prefix cryptoengine functions. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/common/aes_cbc.c",
"new_path": "bsp/boards/common/aes_cbc.c",
"diff": "@@ -34,7 +34,7 @@ owerror_t aes_cbc_enc_raw(uint8_t* buffer, uint8_t len, uint8_t key[16], uint8_t\nfor (k = 0; k < 16; k++) {\npbuf[k] ^= pxor[k];\n}\n- aes_ecb_enc(pbuf,key);\n... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-401. Prefix cryptoengine functions. |
491,609 | 14.06.2017 16:01:43 | -7,200 | 7fdef8a48a3902425d8186647a812faa72a54eb3 | Use new cryptoengine API in the oos_openwsn project. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154_security.c",
"new_path": "openstack/02a-MAClow/IEEE802154_security.c",
"diff": "*/\n#include \"packetfunctions.h\"\n-#include \"crypto_engine.h\"\n+#include \"cryptoengine.h\"\n#include \"IEEE802154.h\"\n#include \"IEEE802154E.h... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-401. Use new cryptoengine API in the oos_openwsn project. |
491,609 | 14.06.2017 16:39:00 | -7,200 | f88b54d194d48582a24d1954bc4ba7037993e348 | Initial commit on refactoring security implementation. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154.c",
"new_path": "openstack/02a-MAClow/IEEE802154.c",
"diff": "#include \"idmanager.h\"\n#include \"openserial.h\"\n#include \"topology.h\"\n-#include \"ieee802154_security_driver.h\"\n+#include \"IEEE802154_security.h\"\n//=====... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-401. Initial commit on refactoring IEEE802154e security implementation. |
491,609 | 14.06.2017 18:09:25 | -7,200 | 41a870e29dcccbc27f58f28575e41ad484f0b153 | Update TelosB for new cryptoengine API. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/telosb/SConscript",
"new_path": "bsp/boards/telosb/SConscript",
"diff": "@@ -30,7 +30,6 @@ source = [\n'leds.c',\n'spi.c',\n'uart.c',\n- 'board_crypto_engine.c',\n'adc_sensor.c',\n'sensors.c'\n]\n"
},
{
"change_type": "DELETE",
"old_path... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-401. Update TelosB for new cryptoengine API. |
491,609 | 14.06.2017 18:09:43 | -7,200 | 12014d2a7d335d489d6da13cec6069d4116b99a4 | Update bsp_cryptoengine project to account for the new sctimer. | [
{
"change_type": "MODIFY",
"old_path": "projects/common/01bsp_cryptoengine/01bsp_cryptoengine.c",
"new_path": "projects/common/01bsp_cryptoengine/01bsp_cryptoengine.c",
"diff": "@@ -17,7 +17,7 @@ tests passed. If there was an error, we use the Error LED to signal.\n#include \"board.h\"\n#include \"c... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-401. Update bsp_cryptoengine project to account for the new sctimer. |
491,609 | 14.06.2017 19:33:59 | -7,200 | 8c32ff8ed8692ecfa2f28d3ba04c7817b639fd95 | Update build for python and telosb. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/SConscript",
"new_path": "bsp/boards/SConscript",
"diff": "@@ -7,7 +7,7 @@ localEnv = env.Clone()\nsources_h = [\n'board.h',\n- 'crypto_engine.h',\n+ 'cryptoengine.h',\n'debugpins.h',\n'eui64.h',\n'leds.h',\n"
},
{
"change_type": "MODIFY",
... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-401. Update build for python and telosb. |
491,609 | 15.06.2017 15:31:05 | -7,200 | 5a649ceca18c3472b91b50cae4500a710594bdab | Refactor firmware implementation of CCM. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/common/SConscript",
"new_path": "bsp/boards/common/SConscript",
"diff": "@@ -5,10 +5,10 @@ Import('env')\nlocalEnv = env.Clone()\nsource = [\n- 'aes_cbc.c',\n- 'aes_ccms.c',\n- 'aes_ctr.c',\n- 'aes_ecb.c',\n+ 'firmware_aes_cbc.c',\n+ 'firmware_aes_c... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-401. Refactor firmware implementation of CCM. |
491,609 | 15.06.2017 19:05:24 | -7,200 | 303f840f710dfd743db3f8c5df2c338866b3dea0 | Move firmware implementation of crypto functions to drivers. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/common/SConscript",
"new_path": "bsp/boards/common/SConscript",
"diff": "@@ -5,10 +5,6 @@ Import('env')\nlocalEnv = env.Clone()\nsource = [\n- 'firmware_aes_cbc.c',\n- 'firmware_aes_ccms.c',\n- 'firmware_aes_ctr.c',\n- 'firmware_aes_ecb.c',\n]\nloca... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-401. Move firmware implementation of crypto functions to drivers. |
491,586 | 16.06.2017 10:38:16 | -19,080 | edb88c0bb2708fa8e61eb66258df0d713ef9d0b6 | modified for telosb board | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154E.c",
"new_path": "openstack/02a-MAClow/IEEE802154E.c",
"diff": "@@ -203,7 +203,7 @@ int16_t ieee154e_computeAsnDiff(asn_t* h_asn, asn_t* l_asn) {\nint16_t diff;\nif (h_asn->byte4 != l_asn->byte4) {\n- return (PORT_RADIOTIMER_WID... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | modified for telosb board |
491,609 | 16.06.2017 10:21:21 | -7,200 | a1390bc044325fc316a66f8e23656e6a2c8e0b89 | Seg fault bug fix when isValidJoin fails. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154E.c",
"new_path": "openstack/02a-MAClow/IEEE802154E.c",
"diff": "@@ -618,8 +618,6 @@ port_INLINE void activity_synchronize_endOfFrame(PORT_TIMER_WIDTH capturedTime)\n// before authenticating the beacon, because nonce is created f... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-401. Seg fault bug fix when isValidJoin fails. |
491,609 | 16.06.2017 11:30:05 | -7,200 | 26ef545b4bd789d2d70d5d18629079d29689586c | Refactor firmware CCM* implementation. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/python/cryptoengine.c",
"new_path": "bsp/boards/python/cryptoengine.c",
"diff": "#include <stdint.h>\n#include <string.h>\n#include \"cryptoengine_obj.h\"\n-#include \"firmware_aes_ccms_obj.h\"\n-#include \"firmware_aes_ecb_obj.h\"\n+#include \"open... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-401. Refactor firmware CCM* implementation. |
491,609 | 16.06.2017 11:36:36 | -7,200 | bfd7482828c88aef9be4b80ffe071453a3f39d32 | Use firmware implementation of AES in openccms. | [
{
"change_type": "MODIFY",
"old_path": "openstack/cross-layers/openccms.c",
"new_path": "openstack/cross-layers/openccms.c",
"diff": "\\brief AES CCMS implementation\n\\author Marcelo Barros de Almeida <marcelobarrosalmeida@gmail.com>, March 2015.\n-\\author Malisa Vucinic <malishav@gmail.com>, Marc... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-401. Use firmware implementation of AES in openccms. |
491,609 | 16.06.2017 11:41:43 | -7,200 | b9e43bcc20112b40386008212c0ea4853e07ffbd | Update doc to specify that openccms invokes software AES. | [
{
"change_type": "MODIFY",
"old_path": "openstack/cross-layers/openccms.c",
"new_path": "openstack/cross-layers/openccms.c",
"diff": "@@ -25,7 +25,7 @@ static void inc_counter(uint8_t* counter);\n//=========================== public ==========================================\n/**\n-\\brief CCM* forw... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-401. Update doc to specify that openccms invokes software AES. |
491,609 | 16.06.2017 13:40:34 | -7,200 | 5d5442a5ac4783711cdd022ae706c52e8fcb6117 | Reduce memory footprint by including dummy 15.4 security functions when security is not used. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154_security.c",
"new_path": "openstack/02a-MAClow/IEEE802154_security.c",
"diff": "#include \"IEEE802154_security.h\"\n//=============================define==========================================\n-\n+#ifdef L2_SECURITY_ACTIVE\n... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Reduce memory footprint by including dummy 15.4 security functions when security is not used. |
491,595 | 16.06.2017 16:08:27 | -7,200 | b37d21bf94a36521ce1cf3132d0120589e096518 | change the way to assign key1 and key2. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154_security.c",
"new_path": "openstack/02a-MAClow/IEEE802154_security.c",
"diff": "#ifdef L2_SECURITY_ACTIVE\n//=========================== variables =======================================\n+static const uint8_t key1[] = {\n+ 0x11... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-401. change the way to assign key1 and key2. |
491,595 | 16.06.2017 16:18:13 | -7,200 | f424ac0af4337eb60ad1cce6d4960b3492393125 | fix the timing issue when l2 security is enabled. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/openmote-cc2538/board_info.h",
"new_path": "bsp/boards/openmote-cc2538/board_info.h",
"diff": "#define PORT_maxTxAckPrepare 10 // 122us (measured 94us)\n// radio speed related\n#ifdef L2_SECURITY_ACTIVE\n-#define PORT_delayTx 7 // 366us (measured xx... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-401. fix the timing issue when l2 security is enabled. |
491,595 | 16.06.2017 17:08:47 | -7,200 | 4947ed9e1e19b74285fc03d8b3c44766d4954948 | return SUCCESS code even no cells are available to add or be candidate for relocation. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02b-MAChigh/sixtop.c",
"new_path": "openstack/02b-MAChigh/sixtop.c",
"diff": "@@ -71,13 +71,13 @@ void sixtop_six2six_notifyReceive(\n//=== helper functions\n-void sixtop_addCells(\n+bool sixtop_addCells(\nuint8_t slotframeID,\ncellInfo_ht* cellList,... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-602. return SUCCESS code even no cells are available to add or be candidate for relocation. |
491,595 | 19.06.2017 11:26:51 | -7,200 | 8431d5139a7bc65afeebfe864a50ed4fb0751d47 | allow non-default minimal schedule. (e.g: more than one active cell) | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154E.c",
"new_path": "openstack/02a-MAClow/IEEE802154E.c",
"diff": "@@ -693,26 +693,28 @@ port_INLINE bool ieee154e_processIEs(OpenQueueEntry_t* pkt, uint16_t* lenIE) {\nuint16_t oldFrameLength;\nopen_addr_t temp_neighbor;\nif (isVa... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-602. allow non-default minimal schedule. (e.g: more than one active cell) |
491,609 | 19.06.2017 13:02:56 | -7,200 | cb75a114d43e7813e224b125882527dc244f9324 | Move resource descriptor within the module vars. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "@@ -27,7 +27,6 @@ const uint8_t cjoin_path0[] = \"j\";\nstatic const uint8_t ipAddr_jce[] = {0xbb, 0xbb, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \\\n0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Move resource descriptor within the module vars. |
491,609 | 19.06.2017 14:25:53 | -7,200 | 22162bc277c99f7d860c68e134eac5a9fc064e1e | Use the new opentimers API in cjoin. | [
{
"change_type": "MODIFY",
"old_path": "drivers/SConscript",
"new_path": "drivers/SConscript",
"diff": "@@ -51,6 +51,8 @@ else:\nos.path.join('#','openstack','cross-layers'),\n# openapps\nos.path.join('#','openapps','userialbridge'),\n+ os.path.join('#','openapps','opencoap'),\n+ os.path.join('#','o... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Use the new opentimers API in cjoin. |
491,609 | 20.06.2017 10:26:20 | -7,200 | 202c74ae97948976868b2ac33213e289eafc638f | Add all apps to the python objectification process.
This avoids the memory bug where all OpenMote instances share the same
CoAP resources linked list. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/python/openwsnmodule_obj.h",
"new_path": "bsp/boards/python/openwsnmodule_obj.h",
"diff": "#include \"cwellknown_obj.h\"\n#include \"rrt_obj.h\"\n#include \"uecho_obj.h\"\n+#include \"uinject_obj.h\"\n+#include \"userialbridge_obj.h\"\n//===========... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Add all apps to the python objectification process.
This avoids the memory bug where all OpenMote instances share the same
CoAP resources linked list. |
491,609 | 20.06.2017 10:26:44 | -7,200 | 06464e1f8e7604d0919f860b7687f953585a69de | Remove remnant from simulated join process implementation. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "//=========================== defines =========================================\n/// inter-packet period (in ms)\n-#define NUMBER_OF_EXCHANGES 6\n#define TIMEOUT 60000\nconst uint8_t cjoin... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Remove remnant from simulated join process implementation. |
491,609 | 20.06.2017 11:21:56 | -7,200 | 1c21a3850393e4dcfb69a459ddda2005db0ca9c3 | Move oscoap to openapps and rework skeleton. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/python/openwsnmodule_obj.h",
"new_path": "bsp/boards/python/openwsnmodule_obj.h",
"diff": "#include \"icmpv6echo_obj.h\"\n#include \"icmpv6rpl_obj.h\"\n#include \"opencoap_obj.h\"\n+#include \"openoscoap_obj.h\"\n#include \"openudp_obj.h\"\n#include... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Move oscoap to openapps and rework skeleton. |
491,609 | 20.06.2017 13:56:38 | -7,200 | d331ec687b7e53d28474d4659a604c4aca45d612 | Rename opt-cbor.[ch] to cborencoder.[ch] and integrate with OpenWSN. | [
{
"change_type": "RENAME",
"old_path": "openstack/cross-layers/opt-cbor.c",
"new_path": "openstack/cross-layers/cborencoder.c",
"diff": "+/**\n+\\brief CBOR encoder library.\n-#include \"opt-cbor.h\"\n-#include <string.h>\n+\\author Martin Gunnarsson <martin.gunnarsson@ri.se>\n+*/\n-#define DEBUG 0\... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Rename opt-cbor.[ch] to cborencoder.[ch] and integrate with OpenWSN. |
491,609 | 20.06.2017 16:08:31 | -7,200 | b55d8c5f7941e75caf795b36ffba36b8b8b28cb4 | Add SHA and CBOR files to build. | [
{
"change_type": "MODIFY",
"old_path": "openstack/SConscript",
"new_path": "openstack/SConscript",
"diff": "@@ -35,6 +35,11 @@ sources_c = [\nos.path.join('cross-layers','packetfunctions.c'),\nos.path.join('cross-layers','openaes.c'),\nos.path.join('cross-layers','openccms.c'),\n+ os.path.join('cros... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Add SHA and CBOR files to build. |
491,609 | 20.06.2017 16:09:00 | -7,200 | fc2807c58e08337920c80e3e407202d059e54de8 | Derive security context using HKDF. | [
{
"change_type": "MODIFY",
"old_path": "openapps/opencoap/openoscoap.c",
"new_path": "openapps/opencoap/openoscoap.c",
"diff": "#include \"opendefs.h\"\n#include \"openoscoap.h\"\n+#include \"cborencoder.h\"\n+#include \"sha.h\"\n//=========================== defines ================================... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Derive security context using HKDF. |
491,595 | 21.06.2017 08:59:20 | -7,200 | 57893d715111459e04c913e2a8c76aebe1d84d8a | draft-lijo-6lo-expiration-time. little fix. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154E.c",
"new_path": "openstack/02a-MAClow/IEEE802154E.c",
"diff": "@@ -227,12 +227,14 @@ int16_t ieee154e_computeAsnDiff(asn_t* h_asn, asn_t* l_asn) {\n\\param[out] et_asn bigger ASN value\n*/\nvoid ieee154e_calculateExpTime(uint16... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | draft-lijo-6lo-expiration-time. little fix. |
491,609 | 21.06.2017 10:38:09 | -7,200 | 313b823f1aea97b9c4d2a1cceeabed934da2d338 | Pass the address of the array's first element. | [
{
"change_type": "MODIFY",
"old_path": "openapps/opencoap/openoscoap.c",
"new_path": "openapps/opencoap/openoscoap.c",
"diff": "@@ -144,10 +144,10 @@ owerror_t hkdf_derive_parameter(uint8_t* buffer,\ninfoLen += cborencoder_put_unsigned(&temp, algorithm);\nif (type == OSCOAP_DERIVATION_TYPE_KEY) {\n-... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Pass the address of the array's first element. |
491,595 | 21.06.2017 15:42:05 | -7,200 | 298dbdbc03843fe4b2c037b032f190737223d4bd | draft-lijo-6lo-expiration-time. enable all application in simulation. | [
{
"change_type": "MODIFY",
"old_path": "openapps/SConscript",
"new_path": "openapps/SConscript",
"diff": "@@ -16,6 +16,8 @@ if localEnv['board']=='python':\n'uecho',\n'uinject',\n'userialbridge',\n+ 'uexpiration',\n+ 'uexpiration_monitor',\n'rrt',\n'cexample',\n'cstorm',\n"
},
{
"change_type... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | draft-lijo-6lo-expiration-time. enable all application in simulation. |
491,609 | 21.06.2017 16:03:21 | -7,200 | ebfc37c315b4244f06e0b38175338270e8c9fa6b | Implement option encoding within the CoAP library. | [
{
"change_type": "MODIFY",
"old_path": "openapps/opencoap/opencoap.c",
"new_path": "openapps/opencoap/opencoap.c",
"diff": "opencoap_vars_t opencoap_vars;\n//=========================== prototype =======================================\n+uint8_t opencoap_options_encode(uint8_t* buffer,coap_option_ih... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Implement option encoding within the CoAP library. |
491,609 | 21.06.2017 18:13:17 | -7,200 | 0cee3dd37461dcc7c4d268f760b3dfc0330f1687 | Add payload marker within opencoap_send instead of in the app. | [
{
"change_type": "MODIFY",
"old_path": "openapps/opencoap/opencoap.c",
"new_path": "openapps/opencoap/opencoap.c",
"diff": "@@ -485,6 +485,11 @@ owerror_t opencoap_send(\ntokenPos+=2;\n}\n+ if (msg->length > 0 ) { // contains payload, add payload marker\n+ packetfunctions_reserveHeaderSize(msg,1);\n... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Add payload marker within opencoap_send instead of in the app. |
491,609 | 21.06.2017 18:14:20 | -7,200 | 0410dcbb128d6090617f9a53624786ed580241ac | Adapt apps that use the opencoap_send to the new API. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cexample/cexample.c",
"new_path": "openapps/cexample/cexample.c",
"diff": "@@ -80,11 +80,13 @@ void cexample_task_cb() {\nOpenQueueEntry_t* pkt;\nowerror_t outcome;\nuint8_t i;\n+ coap_option_iht options[2];\nuint16_t x_int = 0;\nuint16_t sum = 0;\nui... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Adapt apps that use the opencoap_send to the new API. |
491,586 | 22.06.2017 10:02:13 | -19,080 | cdfe816d67f88ef04f950139f74f29fa0f2d4443 | to mention the flag | [
{
"change_type": "MODIFY",
"old_path": "openapps/uexpiration/README.md",
"new_path": "openapps/uexpiration/README.md",
"diff": "@@ -19,6 +19,8 @@ If the drop flag is set to 1, the packet will be dropped in the network if\nthe packet expiration time is reached. Otherwise, the packet will be forwarded... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | to mention the flag |
491,595 | 22.06.2017 09:56:22 | -7,200 | 206cc70edddbdf3636367e9b6b1511f8cd5616f8 | add deadline_option to scons build. | [
{
"change_type": "MODIFY",
"old_path": "SConscript",
"new_path": "SConscript",
"diff": "@@ -46,6 +46,8 @@ if env['noadaptivesync']==1:\nenv.Append(CPPDEFINES = 'NOADAPTIVESYNC')\nif env['l2_security']==1:\nenv.Append(CPPDEFINES = 'L2_SECURITY_ACTIVE')\n+if env['deadline_option']==1:\n+ env.Append(CP... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | add deadline_option to scons build. |
491,595 | 22.06.2017 10:43:34 | -7,200 | 82526cb17da9834547c04585bdf79b03e498e66f | using opentimers_scheduleIn rather than opentimers_scheduleAbsolute in apps. | [
{
"change_type": "MODIFY",
"old_path": "openapps/uexpiration/uexpiration.c",
"new_path": "openapps/uexpiration/uexpiration.c",
"diff": "@@ -71,11 +71,11 @@ void uexpiration_receive(OpenQueueEntry_t* request) {\nuexpiration_vars.period = pkt_interval;\n// start periodic timer\nuexpiration_vars.timerI... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | using opentimers_scheduleIn rather than opentimers_scheduleAbsolute in apps. |
491,609 | 22.06.2017 13:19:21 | -7,200 | 2a13f3fb5c0eef3cf3e2d7be7542d319e3a84a31 | Change CoAP receive callback API to allow response option setting within the lib. | [
{
"change_type": "MODIFY",
"old_path": "openapps/opencoap/opencoap.c",
"new_path": "openapps/opencoap/opencoap.c",
"diff": "@@ -59,7 +59,12 @@ void opencoap_receive(OpenQueueEntry_t* msg) {\ncoap_type_t response_type;\n// local variables passed to the handlers (with msg)\ncoap_header_iht coap_header... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Change CoAP receive callback API to allow response option setting within the lib. |
491,609 | 22.06.2017 13:19:46 | -7,200 | f0fedcb4e04150811eefb2c7ef326c1472f0b826 | Adapt coap apps. | [
{
"change_type": "MODIFY",
"old_path": "openapps/c6t/c6t.c",
"new_path": "openapps/c6t/c6t.c",
"diff": "@@ -23,10 +23,11 @@ c6t_vars_t c6t_vars;\n//=========================== prototypes ======================================\n-owerror_t c6t_receive(\n- OpenQueueEntry_t* msg,\n+owerror_t c6t_receive... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Adapt coap apps. |
491,595 | 22.06.2017 14:15:31 | -7,200 | 2232d3f8a7af05a13f6d9e07afaa8ba3a562d516 | Use 15miliseconds slot duration. | [
{
"change_type": "MODIFY",
"old_path": "openapps/uexpiration_monitor/uexpiration_monitor.py",
"new_path": "openapps/uexpiration_monitor/uexpiration_monitor.py",
"diff": "@@ -8,6 +8,7 @@ myPort = 21569\nhisAddress = ''\nhisPort = 3\nmonitor_interval = 0\n+slotDuration = 15 # miliseconds\nif len(sys.a... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Use 15miliseconds slot duration. |
491,609 | 22.06.2017 15:47:10 | -7,200 | 1be18e2415e23b8153f43e39036feab5f0d83617 | Implement generic option parsing for CoAP to be able to accept longer payload. | [
{
"change_type": "MODIFY",
"old_path": "openapps/opencoap/opencoap.c",
"new_path": "openapps/opencoap/opencoap.c",
"diff": "@@ -16,6 +16,7 @@ opencoap_vars_t opencoap_vars;\n//=========================== prototype =======================================\nuint8_t opencoap_options_encode(uint8_t* buff... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Implement generic option parsing for CoAP to be able to accept longer payload. |
491,609 | 23.06.2017 19:01:36 | -7,200 | 5d29c3d92c9413326613b61e7fd7ef37bb7ec577 | Add helper functions for OSCOAP. | [
{
"change_type": "MODIFY",
"old_path": "inc/opendefs.h",
"new_path": "inc/opendefs.h",
"diff": "@@ -172,6 +172,7 @@ enum {\nCOMPONENT_SECURITY = 0x27,\nCOMPONENT_USERIALBRIDGE = 0x28,\nCOMPONENT_CJOIN = 0x29,\n+ COMPONENT_OPENOSCOAP = 0x30,\n};\n/**\n@@ -254,6 +255,7 @@ enum {\nERR_UNSUPPORTED_FORMA... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Add helper functions for OSCOAP. |
491,609 | 24.06.2017 17:21:29 | -7,200 | 30da2d7457dfca10540e95cf6aed7bfcfc9d0b71 | Add additional helper functions for OSCOAP. | [
{
"change_type": "MODIFY",
"old_path": "openapps/opencoap/openoscoap.c",
"new_path": "openapps/opencoap/openoscoap.c",
"diff": "#include \"opendefs.h\"\n#include \"openserial.h\"\n+#include \"packetfunctions.h\"\n#include \"opencoap.h\"\n#include \"cborencoder.h\"\n+#include \"cryptoengine.h\"\n#inc... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Add additional helper functions for OSCOAP. |
491,609 | 24.06.2017 17:22:59 | -7,200 | 93ce2d994d0daee4e7392090c118701d36a49d9b | Export opencoap_options_encode functions. | [
{
"change_type": "MODIFY",
"old_path": "openapps/opencoap/opencoap.c",
"new_path": "openapps/opencoap/opencoap.c",
"diff": "opencoap_vars_t opencoap_vars;\n//=========================== prototype =======================================\n-uint8_t opencoap_options_encode(uint8_t* buffer,coap_option_ih... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Export opencoap_options_encode functions. |
491,609 | 24.06.2017 17:23:34 | -7,200 | 4df22df7283f11405ee9537834c1d7b6f71c6d4a | First implementation of OSCOAP's protect function. | [
{
"change_type": "MODIFY",
"old_path": "inc/opendefs.h",
"new_path": "inc/opendefs.h",
"diff": "@@ -256,6 +256,7 @@ enum {\nERR_UNSUPPORTED_METADATA = 0x41, // the metadata type is not suppored\nERR_JOINED = 0x42, // node joined\nERR_SEQUENCE_NUMBER_OVERFLOW = 0x43, // OSCOAP sequence number reached... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. First implementation of OSCOAP's protect function. |
491,609 | 24.06.2017 21:43:05 | -7,200 | ff30148ebaa2ef8616ccb2936bf6d8076ca7719f | Carry payload as the value of object security option. | [
{
"change_type": "MODIFY",
"old_path": "openapps/opencoap/opencoap.c",
"new_path": "openapps/opencoap/opencoap.c",
"diff": "@@ -463,10 +463,12 @@ owerror_t opencoap_send(\ncoap_header_iht* request;\ncoap_option_iht* objectSecurity;\nbool securityActivated;\n+ bool payloadPresent;\nowerror_t ret;\nco... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Carry payload as the value of object security option. |
491,609 | 24.06.2017 21:43:43 | -7,200 | d152d395471b01b56a890f7bcffe0af75918f442 | Fix to allow OpenQueueEntry_t reset by calling tossHeader function. | [
{
"change_type": "MODIFY",
"old_path": "openstack/cross-layers/packetfunctions.c",
"new_path": "openstack/cross-layers/packetfunctions.c",
"diff": "@@ -276,9 +276,10 @@ void packetfunctions_reserveHeaderSize(OpenQueueEntry_t* pkt, uint8_t header_len\n}\nvoid packetfunctions_tossHeader(OpenQueueEntry... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Fix to allow OpenQueueEntry_t reset by calling tossHeader function. |
491,609 | 25.06.2017 11:11:52 | -7,200 | e5d5e107b623626c4eeda0ac7fbd0b15e76dbb8e | Implement compressed COSE encoding of OSCOAP. | [
{
"change_type": "MODIFY",
"old_path": "openapps/opencoap/openoscoap.c",
"new_path": "openapps/opencoap/openoscoap.c",
"diff": "@@ -40,6 +40,11 @@ uint8_t construct_aad(uint8_t* buffer,\nuint8_t requestSeqLen\n);\n+void openoscoap_encode_compressed_COSE(OpenQueueEntry_t* msg,\n+ uint8_t* requestSeq,... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Implement compressed COSE encoding of OSCOAP. |
491,609 | 25.06.2017 13:01:58 | -7,200 | 5ed0ae5c9b30fe30b1961d75c20f40299bdff992 | Rewrite construct_aad to encode last element of Encrypt0 as byte string. | [
{
"change_type": "MODIFY",
"old_path": "openapps/opencoap/openoscoap.c",
"new_path": "openapps/opencoap/openoscoap.c",
"diff": "//=========================== defines =========================================\n-#define AAD_CONST_LEN 19\n+\n+#define EAAD_MAX_LEN 9 + OSCOAP_MAX_ID_LEN // assumes no Cla... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Rewrite construct_aad to encode last element of Encrypt0 as byte string. |
491,609 | 26.06.2017 10:02:46 | -7,200 | 0bd39b3dd941232df1714a4df71542d6c5c560b5 | Move object security option setting to oscoap. | [
{
"change_type": "MODIFY",
"old_path": "openapps/opencoap/opencoap.c",
"new_path": "openapps/opencoap/opencoap.c",
"diff": "@@ -461,25 +461,10 @@ owerror_t opencoap_send(\nuint16_t token;\nuint8_t tokenPos=0;\ncoap_header_iht* request;\n- coap_option_iht* objectSecurity;\n- bool securityActivated;\n... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-651. Move object security option setting to oscoap. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.