Jakob Olsson
2117bc1903
Update feed [ feed_inteno_packages ] package [ onboardingd ]
...
-------------------------------------------------------------------------------
* 1b8501d fix enable pin, add get signal strength
* 6db2741 add set_pin, disable_pin
-------------------------------------------------------------------------------
commit 1b8501d5a24fcdf784678e8f864964fc0138254c
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-05-04 14:04:47 +0200
fix enable pin, add get signal strength
Base directory -> /
dongle_network.c | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
dongle_pin.c | 58 ++++++++++++++++++++++++++++++++++++++++++++-
libmobile.c | 4 ++--
libmobile.h | 2 +-
4 files changed, 131 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
commit 6db274197ef6151d119335d99e85dbbbbc788978
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-05-04 12:54:09 +0200
add set_pin, disable_pin
Base directory -> /
dongle_pin.c | 137 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
libmobile.c | 112 +++++++++++++++++++++++++++++++++++++++++++++---
libmobile.h | 4 ++
3 files changed, 238 insertions(+), 15 deletions(-)
-------------------------------------------------------------------------------
2018-05-04 14:05:25 +02:00
Jakob Olsson
b553a6bb9f
new binary to add
2018-05-04 14:05:10 +02:00
Jakob Olsson
6a2e0a259e
Update feed [ feed_inteno_packages ] package [ onboardingd ]
...
-------------------------------------------------------------------------------
* 01d0e03 accomodate for splitting files, some test code for pin
* 5eb1ecb rename file and object
* f01ee70 remove remaining curls from dongle.c, remove duplicate function, TODO: naming scheme, run cppcheck, checkpatch
* 911c050 move (most) curl code to libmobile, still some remaining in dongle, write_func duplicate, TODO: consistent returns, clean memory?
* 76f11f2 add delete, set (default apn), and show current apn, some cleanup
* c39d839 add list_apn_profiles, listing the APN_config names, essentiall listing their names
* 89d9e82 dynamically find index fix
* 634b533 can send post request to add new APN profile, TODO: add dynamic idx, set_default(), apply()
* 85beb1d add preliminary functionality & ubus method for setting APN
* 2a6dd7c Merge branch 'jakob' of private.inteno.se:iopsys-onboarding into HEAD
* 28356f4 add referer to dongle
-------------------------------------------------------------------------------
commit 01d0e038fd26a2fc5a483ad4bf2c7f7accd5820c
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-05-04 09:14:16 +0200
accomodate for splitting files, some test code for pin
Base directory -> /
Makefile | 16 ++++++-----
dongle_apn.c | 48 +--------------------------------
dongle_pin.c | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
libmobile.c | 74 +++++++++++++++++++++++++++++++--------------------
4 files changed, 143 insertions(+), 82 deletions(-)
-------------------------------------------------------------------------------
commit 5eb1ecbb3fd267917df4ed5b387f840d59db8ba1
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-05-03 16:52:24 +0200
rename file and object
Base directory -> /
dongle.c | 255 -----------------------------------------------------------
dongle_apn.c | 255 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 255 insertions(+), 255 deletions(-)
-------------------------------------------------------------------------------
commit f01ee707753f66ed918f9603d4e9f98975ba882b
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-05-03 16:48:31 +0200
remove remaining curls from dongle.c, remove duplicate function, TODO:
naming scheme, run cppcheck, checkpatch
Base directory -> /
dongle.c | 53 +++++------------------------------------------------
libmobile.c | 35 +++++++++++++++++++++++++++++++++++
libmobile.h | 3 ++-
3 files changed, 42 insertions(+), 49 deletions(-)
-------------------------------------------------------------------------------
commit 911c05069f03c08dd45692333318134c4a00cc9e
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-05-03 16:35:20 +0200
move (most) curl code to libmobile, still some remaining in dongle,
write_func duplicate, TODO: consistent returns, clean memory?
Base directory -> /
Makefile | 12 ++-
dongle.c | 224 +++++---------------------------------------------------
libmobile.c | 238 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
libmobile.h | 17 +++++
4 files changed, 282 insertions(+), 209 deletions(-)
-------------------------------------------------------------------------------
commit 76f11f2f6fd746d36b0a5f8def09153e0ddb77c1
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-05-03 14:54:01 +0200
add delete, set (default apn), and show current apn, some cleanup
Base directory -> /
dongle.c | 227 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 205 insertions(+), 22 deletions(-)
-------------------------------------------------------------------------------
commit c39d83953dba361d676e247002b7f63e5c4851bf
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-05-03 12:22:06 +0200
add list_apn_profiles, listing the APN_config names, essentiall listing
their names
Base directory -> /
dongle.c | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++--------------
1 file changed, 61 insertions(+), 16 deletions(-)
-------------------------------------------------------------------------------
commit 89d9e82bf0d68adbd110774f989a557a500eabee
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-05-03 11:20:02 +0200
dynamically find index fix
Base directory -> /
dongle.c | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++-------------
1 file changed, 65 insertions(+), 16 deletions(-)
-------------------------------------------------------------------------------
commit 634b5338b59cf65e22d645996d785ce9260862c0
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-05-03 09:25:33 +0200
can send post request to add new APN profile, TODO: add dynamic idx,
set_default(), apply()
Base directory -> /
dongle.c | 74 +++++++++++++++++++++++++++++-----------------------------------
1 file changed, 34 insertions(+), 40 deletions(-)
-------------------------------------------------------------------------------
commit 85beb1d0cccc607802d46af01ab3bae2f695f18f
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-05-02 16:10:13 +0200
add preliminary functionality & ubus method for setting APN
Base directory -> /
dongle.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 68 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 2a6dd7c10342831238ad9b123824be10a8714601
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-05-02 12:12:19 +0200
Merge branch 'jakob' of private.inteno.se:iopsys-onboarding into HEAD
Base directory -> /
dongle.c | 1 +
1 file changed, 1 insertion(+)
-------------------------------------------------------------------------------
commit 28356f4b967693740071e99af1592429073dfb8a
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-05-02 12:11:54 +0200
add referer to dongle
Base directory -> /
dongle.c | 1 +
1 file changed, 1 insertion(+)
-------------------------------------------------------------------------------
2018-05-04 09:17:53 +02:00
Jakob Olsson
9d1540df1d
accomodate for splitting dongle file into several
2018-05-04 09:12:04 +02:00
Jakob Olsson
547a955cfe
Update feed [ feed_inteno_packages ] package [ onboardingd ]
...
-------------------------------------------------------------------------------
* 33af504 change from verbose to loglevel, from -v to -l
-------------------------------------------------------------------------------
commit 33af50474ee9f9ef9b7fdf80f43de31f69bd6014
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-30 12:52:12 +0200
change from verbose to loglevel, from -v to -l
Base directory -> /
parse_args.c | 8 ++++----
parser.c | 2 +-
watcher.c | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
2018-04-30 12:52:54 +02:00
Jakob Olsson
4f9594a6d1
change verbose to loglevel for all files
2018-04-30 12:32:31 +02:00
Jakob Olsson
86487e8c23
add object from bash script, status and set_configurations available
2018-04-30 12:26:27 +02:00
Jakob Olsson
0caad1b5c7
publishes and prints status
2018-04-30 11:50:54 +02:00
Jakob Olsson
101224dd31
Update feed [ feed_inteno_packages ] package [ onboardingd ]
...
-------------------------------------------------------------------------------
* 7424f4a fix restart and update configurations from publishing event, other minor fixes
* 8d9286f typo
* b774f37 fix some compile errors
* 3ff8fa6 some name scheme changes, send new flags by event
* 77a2cb7 fix receiving events - listener required to be global or static
* d7e3c62 parser crash crash when receive event
* 825e628 add listener for events
* 6674802 consistent header and c declarations
* b322927 add send event method
* d9266c7 documentation addition, style change
* 3be1f4f fix merge conflicts
|\
| * 88e8a18 fix regarding error handling
| * 229f367 change if-case in check_for_change to prevent multiple printouts on restart, minor style and error handling fixes
| * 15ecc8d changes according to cppcheck, add some error handling in watcher
| * b3d0151 fix to compile - plenty warnings and not tested with cppcheck
| * 3c19c3c small style changes and makefile fix
| * 260bc4a error handling and general style changes -untested!
| * 7242c3c initial changes, test if limits.h is correct
* | 18366b5 add documentation
|/
* f12fdbb minor fixes
* 6aa5b34 some stylistic changes - untested
* caf59c5 print dongle response on ubus, minor style fixes
* 287a85a add struct to keep track of len instead, as in libcurl example
* a2fe80d unfinished, print garbage + response
-------------------------------------------------------------------------------
commit 7424f4adcaac30925ca7f36f78e90136af8be8fa
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-27 13:20:36 +0200
fix restart and update configurations from publishing event, other minor
fixes
Base directory -> /
parser.c | 10 ++++++----
watcher.c | 43 +++++++++++++++++++++++--------------------
watcher.h | 1 +
3 files changed, 30 insertions(+), 24 deletions(-)
-------------------------------------------------------------------------------
commit 8d9286ff4bb421a21dbe5d945b5f1867068343e4
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-27 09:11:26 +0200
typo
Base directory -> /
watcher.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit b774f37a70134158290bbcc389166d6b884dafef
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-27 09:03:57 +0200
fix some compile errors
Base directory -> /
watcher.c | 34 ++++++++++------------------------
1 file changed, 10 insertions(+), 24 deletions(-)
-------------------------------------------------------------------------------
commit 3ff8fa611ce6541cbefa0d72b86bd403a941aa61
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-27 08:52:20 +0200
some name scheme changes, send new flags by event
Base directory -> /
parser.c | 30 +++++++++++++-----------------
watcher.c | 61 ++++++++++++++++++++++++++++++++++++++++---------------------
2 files changed, 53 insertions(+), 38 deletions(-)
-------------------------------------------------------------------------------
commit 77a2cb7762a2140a55437377ed9ae779049394f1
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-26 15:56:38 +0200
fix receiving events - listener required to be global or static
Base directory -> /
parser.c | 47 +++++++++++++++++++++++------------------------
watcher.c | 8 ++++----
2 files changed, 27 insertions(+), 28 deletions(-)
-------------------------------------------------------------------------------
commit d7e3c6221fb648d6ff4966d8fed078bbb6421b91
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-26 11:25:34 +0200
parser crash crash when receive event
Base directory -> /
parser.c | 28 +++++++++++++++++++++++-----
1 file changed, 23 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
commit 825e6288af7757dda7cb1a229e36b95281fb6f2e
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-26 10:57:28 +0200
add listener for events
Base directory -> /
parser.c | 33 +++++++++++++++++++++++++++++++--
1 file changed, 31 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 6674802533ebd5e86692acde93295d24d648198d
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-26 10:24:25 +0200
consistent header and c declarations
Base directory -> /
watcher.c | 5 +++--
watcher.h | 14 +++++++++-----
2 files changed, 12 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
commit b322927957e294867eaf16296d5d1253e6e6efe6
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-26 10:17:03 +0200
add send event method
Base directory -> /
dongle.c | 4 ++--
watcher.c | 21 ++++++++++++++++++---
2 files changed, 20 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
commit d9266c7f4c2af00073cfa35d0dd4552961ff767c
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-26 09:26:08 +0200
documentation addition, style change
Base directory -> /
.gitignore | 4 ++++
parser.c | 18 +++++++--------
parser.h | 2 +-
watcher.c | 52 ++++++++++++++++++++++++++---------------
watcher.h | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
5 files changed, 123 insertions(+), 31 deletions(-)
-------------------------------------------------------------------------------
commit 3be1f4f09875baaa665389dc34c002303fdf46ba
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-26 08:45:52 +0200
fix merge conflicts
Base directory -> /
Makefile | 6 ++
common.h | 6 ++
dongle.c | 6 +-
parse_args.c | 10 +--
parser.c | 256 +++++++++++++++++++++++++++++++++++++++++------------------
parser.h | 28 +++++--
watcher.c | 215 ++++++++++++++++++++++++++++++++-----------------
watcher.h | 22 ++++-
8 files changed, 384 insertions(+), 165 deletions(-)
-------------------------------------------------------------------------------
commit 18366b5fa66e6c9126d583b88a9794a3cbc2fa4c
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-26 08:39:43 +0200
add documentation
Base directory -> /
parse_args.h | 7 +++++++
parser.h | 33 ++++++++++++++++++++++-----------
watcher.c | 26 ++++++--------------------
watcher.h | 10 ++++++++--
4 files changed, 43 insertions(+), 33 deletions(-)
-------------------------------------------------------------------------------
commit 88e8a18867c9dd1ff389a8e0b94e5bae93abd8b1
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-25 11:43:33 +0200
fix regarding error handling
Base directory -> /
parser.c | 78 ++++++++++++++++++++++++++++++++++++++++++++++--------------
parser.h | 3 ++-
watcher.c | 81 ++++++++++++++++++++++++++++++++++++++++++++++-----------------
watcher.h | 4 ++--
4 files changed, 123 insertions(+), 43 deletions(-)
-------------------------------------------------------------------------------
commit 229f36701dea502fab841166c18b5a04168f47de
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-25 10:35:05 +0200
change if-case in check_for_change to prevent multiple printouts on restart,
minor style and error handling fixes
Base directory -> /
parser.c | 18 ++++++++----------
watcher.c | 26 ++++++++++++++------------
2 files changed, 22 insertions(+), 22 deletions(-)
-------------------------------------------------------------------------------
commit 15ecc8d0f703b8facf4221bf21693c1387589a50
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-25 09:20:57 +0200
changes according to cppcheck, add some error handling in watcher
Base directory -> /
parser.c | 15 ++-----
watcher.c | 141 +++++++++++++++++++++++++++++++++++++++-----------------------
watcher.h | 2 +-
3 files changed, 94 insertions(+), 64 deletions(-)
-------------------------------------------------------------------------------
commit b3d015126ae1d817c283ab4be0fe5cc89b778526
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-24 16:53:59 +0200
fix to compile - plenty warnings and not tested with cppcheck
Base directory -> /
parser.c | 8 ++++----
parser.h | 3 ++-
2 files changed, 6 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
commit 3c19c3c30148fa995c84fb6fbdee0aa903035461
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-24 16:43:35 +0200
small style changes and makefile fix
Base directory -> /
Makefile | 4 ++--
dongle.c | 6 +++---
parse_args.c | 10 ++++------
parser.c | 9 ++++-----
4 files changed, 13 insertions(+), 16 deletions(-)
-------------------------------------------------------------------------------
commit 260bc4a5bc5e22e29b0352187c8a5682a8c4ad4b
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-24 16:35:20 +0200
error handling and general style changes -untested!
Base directory -> /
common.h | 6 ++
parser.c | 197 ++++++++++++++++++++++++++++++++++++++++++++------------------
parser.h | 2 +
watcher.h | 1 +
4 files changed, 151 insertions(+), 55 deletions(-)
-------------------------------------------------------------------------------
commit 7242c3c2b8537f09ae8e87a17e2690c8f24fe13a
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-24 14:09:42 +0200
initial changes, test if limits.h is correct
Base directory -> /
Makefile | 6 ++++++
parser.c | 21 +--------------------
parser.h | 16 +++++++++++++++-
watcher.c | 20 --------------------
watcher.h | 19 +++++++++++++++++++
5 files changed, 41 insertions(+), 41 deletions(-)
-------------------------------------------------------------------------------
commit f12fdbb07029cbfa69f7b8976474f88046fb4e2a
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-24 12:09:29 +0200
minor fixes
Base directory -> /
parser.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit 6aa5b3402ad216f4428f171c390a52d5ed0e8b61
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-24 12:04:39 +0200
some stylistic changes - untested
Base directory -> /
dongle.c | 6 +-----
parser.c | 53 ++++++++++++++++++++++++++++-------------------------
2 files changed, 29 insertions(+), 30 deletions(-)
-------------------------------------------------------------------------------
commit caf59c521938b8bcc083379015e98b5e0d217f8d
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-24 11:24:17 +0200
print dongle response on ubus, minor style fixes
Base directory -> /
Makefile | 2 +-
dongle.c | 102 +++++++++++++++++++++++++++++++++++++++++++++-----------------
parser.c | 1 -
watcher.c | 3 +-
4 files changed, 77 insertions(+), 31 deletions(-)
-------------------------------------------------------------------------------
commit 287a85a5c2f3762f510e5ce83c658e3ac2c64e61
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-24 10:26:18 +0200
add struct to keep track of len instead, as in libcurl example
Base directory -> /
.gitignore | 1 +
dongle.c | 39 ++++++++++++++++++++++++++-------------
2 files changed, 27 insertions(+), 13 deletions(-)
-------------------------------------------------------------------------------
commit a2fe80d5ad7a85ad3301fbce08bce1e003d2a0d1
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-23 16:52:01 +0200
unfinished, print garbage + response
Base directory -> /
dongle.c | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2018-04-30 10:29:23 +02:00
Jakob Olsson
7382667fc1
attempt to publish ubus object through script
2018-04-30 10:21:06 +02:00
Jakob Olsson
24e497b471
add dongle binary to makefile
2018-04-26 11:28:02 +02:00
Jakob Olsson
7c2ba26b8c
Update feed [ feed_inteno_packages ] package [ onboardingd ]
...
-------------------------------------------------------------------------------
* 4567e2f minor bug fix
* d00214e some dongle test with curl
* 354a426 small improvement to parsing loglevel flag
* cb71185 consistency change for flags
-------------------------------------------------------------------------------
commit 4567e2f38f3f85222bd44c4810bb9bade824dbca
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-23 15:43:28 +0200
minor bug fix
Base directory -> /
dongle.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit d00214e63a827d0731c4b73a402fd7dcc12bf20b
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-23 15:24:12 +0200
some dongle test with curl
Base directory -> /
Makefile | 11 ++++++---
dongle.c | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 89 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit 354a42605ede034f54243212a455f00d1f8ebbb6
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-23 13:39:46 +0200
small improvement to parsing loglevel flag
Base directory -> /
parse_args.c | 9 +++++----
watcher.c | 6 +++++-
2 files changed, 10 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
commit cb7118580c39418c23a2248e790d359806c32235
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-23 09:55:19 +0200
consistency change for flags
Base directory -> /
.gitignore | 3 +--
parser.c | 35 ++++++++++++++++++++---------------
watcher.c | 34 ++++++++++++++++++++--------------
3 files changed, 41 insertions(+), 31 deletions(-)
-------------------------------------------------------------------------------
2018-04-23 15:44:43 +02:00
Jakob Olsson
ccbf01013b
test for some dongle
2018-04-23 15:44:23 +02:00
Jakob Olsson
2b4cef1cb4
Update feed [ feed_inteno_packages ] package [ onboardingd ]
...
-------------------------------------------------------------------------------
* 9b7f1d4 clean some printouts
* 3e3d127 change some loglevel printouts
-------------------------------------------------------------------------------
commit 9b7f1d4e7ceefc205e799cc6fa8d231363c6f48d
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-23 09:31:22 +0200
clean some printouts
Base directory -> /
parser.c | 5 ++---
watcher.c | 39 ++++++++++++---------------------------
2 files changed, 14 insertions(+), 30 deletions(-)
-------------------------------------------------------------------------------
commit 3e3d12778eb03315ca6a2554271df9a6cbffbbaf
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-23 09:24:06 +0200
change some loglevel printouts
Base directory -> /
parser.c | 21 ++++++---------------
1 file changed, 6 insertions(+), 15 deletions(-)
-------------------------------------------------------------------------------
2018-04-23 09:39:44 +02:00
Jakob Olsson
0674212035
start with loglevel 0
2018-04-23 09:39:01 +02:00
Jakob Olsson
da55d5ef09
Update feed [ feed_inteno_packages ] package [ onboardingd ]
...
-------------------------------------------------------------------------------
* 27bb443 move bash-scripts to test folder, remove capital files pathes
* 71c8008 move uloop_timeout struct outside restart application, now restarts with correct flags, add files to gitignore
* 58ee177 try to restart parser with execv, unsccessful adding to uloop, crashesh with uloop, does not without
* d242006 kill and replace process with new start flags
-------------------------------------------------------------------------------
commit 27bb443eb1380e142b827c9a413adcddd0e964e5
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-23 08:57:29 +0200
move bash-scripts to test folder, remove capital files pathes
Base directory -> /
bash-tests/multiple-addremove.sh | 10 ++++++++++
bash-tests/nested-array.sh | 21 +++++++++++++++++++++
bash-tests/nested-objects.sh | 19 +++++++++++++++++++
bash-tests/ssid.sh | 13 +++++++++++++
common.h | 4 ++--
multiple-addremove.sh | 10 ----------
nested-array.sh | 21 ---------------------
nested-objects.sh | 19 -------------------
parse_args.c | 4 ++--
ssid.sh | 13 -------------
10 files changed, 67 insertions(+), 67 deletions(-)
-------------------------------------------------------------------------------
commit 71c80083e3ee35d8ea71fd12e923783a75300f22
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-23 08:33:42 +0200
move uloop_timeout struct outside restart application, now restarts with
correct flags, add files to gitignore
Base directory -> /
.gitignore | 12 +++++++++++-
parser.c | 30 ++++++++----------------------
2 files changed, 19 insertions(+), 23 deletions(-)
-------------------------------------------------------------------------------
commit 58ee1775d3ec4d5c5979687a1262a227d828b83e
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-20 16:01:36 +0200
try to restart parser with execv, unsccessful adding to uloop, crashesh with
uloop, does not without
Base directory -> /
parser.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
watcher.c | 41 ++++++++++++++++++++++++-------------
2 files changed, 92 insertions(+), 19 deletions(-)
-------------------------------------------------------------------------------
commit d2420069fdda2d38b47ab1d7e06143ad5e05e52f
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-20 11:34:51 +0200
kill and replace process with new start flags
Base directory -> /
parser.c | 5 ++--
watcher.c | 98 ++++++++++++++++++++++++---------------------------------------
2 files changed, 39 insertions(+), 64 deletions(-)
-------------------------------------------------------------------------------
2018-04-23 09:11:57 +02:00
Jakob Olsson
fc2d33ec4d
remove capitalization
2018-04-23 09:01:49 +02:00
Jakob Olsson
99ac1c3c41
manual hash change
2018-04-19 14:04:56 +02:00
Jakob Olsson
79e09f6627
manual change of hash
2018-04-19 12:05:58 +02:00
Jakob Olsson
fb29645dbe
add mosquitto package and adjust Makefile in onboardingd to accomodate
2018-04-19 10:51:40 +02:00
Jakob Olsson
35dee9de2e
Update feed [ feed_inteno_packages ] package [ onboardingd ]
...
-------------------------------------------------------------------------------
* 258865c attempting execv solution that keeps pid
* aba0a7f some style change, documentation and name scheme changes
* f77798f swap functionality of set_configurations from parser to watcher and all corresponding changes
* 66b18db add timeout prior to lookup, small error fixes
* d5ad23f add restart from wtihin application functionality for watcher, some more small error fixes
* dc9a03e correct error printouts for invoking ubus from watcher, also provide preliminary restart functions in order to change paths and loglevel from within applications
* f914252 set buf mem to 0 prior to initializing, invoking ubus calls from separate binary works, however will not invoke after restart
* 9ac0215 add uloop and ubus object to watcher, currently incomplete
* e413469 small fix to make ubus IPC work through invoking ubus call
* b9135c8 attempt at invoking ubus method from outside binary that registers it
* a3001e0 update according to checkpatch errors and added some documentation
* c48bd84 added ubus IPC by system() from watcher
* 4ec1230 correction to parser header for declaration of check_pipe (should rename)
* 8bef035 does not compile -- fix header at monday
* 3227782 small fixes
* 07218dc prepare for ubus ipc, untested
* b02592a can change both arguments from single call to set_configuration with both arguments
* 0b2f4ec cleaned up and can now use same method to change configuration file and loglevel
* 6666a31 change config through UCI c API
* 877a72d add support for path through uci, loglevel timing out
* 3ff7676 delete binary
* dc74ccc forgot to add parser.c, test
* ee27697 add functionality to change configuration file through UCI api
* 4968afd some minor errors
* 24921f6 test stackoverflow code to see uci functionality
* 0cc6235 add return to prevent request timeout
* 5618a04 restart from init.d and add paranthesis
* 1e699fe fixed small errors
-------------------------------------------------------------------------------
commit 258865c880870d87fc90917140ab883e73d9c38a
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-18 11:00:06 +0200
attempting execv solution that keeps pid
Base directory -> /
parse_args.c | 12 ++++++-----
watcher.c | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
2 files changed, 70 insertions(+), 10 deletions(-)
-------------------------------------------------------------------------------
commit aba0a7f0ebf8663f9181c274fde4744e7673bff2
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-18 09:04:39 +0200
some style change, documentation and name scheme changes
Base directory -> /
Makefile | 16 +++++-----
debug.c | 50 -------------------------------
debug.h | 8 -----
parse_args.c | 50 +++++++++++++++++++++++++++++++
parse_args.h | 8 +++++
parser.c | 55 +++++++++++++++++-----------------
parser.h | 43 ++++++++++++++++++++++++++-
watcher.c | 97 ++++++++++++++++--------------------------------------------
8 files changed, 160 insertions(+), 167 deletions(-)
-------------------------------------------------------------------------------
commit f77798fdb527019b251044c63e01c685e64e4369
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-17 16:54:55 +0200
swap functionality of set_configurations from parser to watcher and all
corresponding changes
Base directory -> /
parser.c | 234 +++++++++++++-------------------------------------------------
watcher.c | 136 ++++++++++++++++++++++++++++++++----
2 files changed, 171 insertions(+), 199 deletions(-)
-------------------------------------------------------------------------------
commit 66b18dbc824259721fb1c628a28367fca1bcee44
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-17 15:39:55 +0200
add timeout prior to lookup, small error fixes
Base directory -> /
parser.c | 2 +-
watcher.c | 8 +++++---
2 files changed, 6 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
commit d5ad23f9a91b021109082210d35f949ff4423eab
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-17 14:14:47 +0200
add restart from wtihin application functionality for watcher, some more
small error fixes
Base directory -> /
parser.c | 9 +++++----
watcher.c | 26 ++++++++++++++++++++------
2 files changed, 25 insertions(+), 10 deletions(-)
-------------------------------------------------------------------------------
commit dc9a03ea2309acb0a3d8077bf4a67cf42bb95b5f
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-17 13:32:27 +0200
correct error printouts for invoking ubus from watcher, also provide
preliminary restart functions in order to change paths and loglevel from
within applications
Base directory -> /
parser.c | 61 +++++++++++++++++++++++++++++++++++++++++++++++++------------
watcher.c | 41 +++++++++++++++++++++++++++++++----------
2 files changed, 80 insertions(+), 22 deletions(-)
-------------------------------------------------------------------------------
commit f914252a366c6d253a0ad31ed9ddff11a0c59def
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-17 09:59:18 +0200
set buf mem to 0 prior to initializing, invoking ubus calls from separate
binary works, however will not invoke after restart
Base directory -> /
watcher.c | 58 +++++++++++++++++++++++++++++++++++++---------------------
1 file changed, 37 insertions(+), 21 deletions(-)
-------------------------------------------------------------------------------
commit 9ac0215fa11dd9b5fd89c97dd2e52e0d8d8b5bf5
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-16 16:25:14 +0200
add uloop and ubus object to watcher, currently incomplete
Base directory -> /
parser.c | 2 ++
watcher.c | 103 +++++++++++++++++++++++++++++++++++++++++---------------------
watcher.h | 10 ++++--
3 files changed, 78 insertions(+), 37 deletions(-)
-------------------------------------------------------------------------------
commit e41346923ce263deadbb8c806fa41a876a1b6b70
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-16 14:39:43 +0200
small fix to make ubus IPC work through invoking ubus call
Base directory -> /
watcher.c | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit b9135c8eb608d2203f6820fe940609ce24b6dd21
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-16 12:33:31 +0200
attempt at invoking ubus method from outside binary that registers it
Base directory -> /
watcher.c | 30 +++++++++++++++++++++++++++++-
1 file changed, 29 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit a3001e08a77a7a4597628f3a754eb7c30cdb4012
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-16 10:41:04 +0200
update according to checkpatch errors and added some documentation
Base directory -> /
parser.c | 81 ++++++++++++++++++++++++---------------------------------------
parser.h | 74 +++++++++++++++++++++++++++++++++++++++++++++++++--------
watcher.c | 2 +-
watcher.h | 2 +-
4 files changed, 97 insertions(+), 62 deletions(-)
-------------------------------------------------------------------------------
commit c48bd844a11904a9cb9d73bffb4041b17a918b30
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-16 09:51:36 +0200
added ubus IPC by system() from watcher
Base directory -> /
parser.c | 45 ++++++++++++++++++++++++++++++---------------
watcher.c | 24 +++++++++++++-----------
2 files changed, 43 insertions(+), 26 deletions(-)
-------------------------------------------------------------------------------
commit 4ec1230d5d98dac7a33b37191f2470aeca3cb34f
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-16 08:29:58 +0200
correction to parser header for declaration of check_pipe (should rename)
Base directory -> /
parser.h | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 8bef0353a661578d5358d315430e632bcb0d958c
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-13 16:53:22 +0200
does not compile -- fix header at monday
Base directory -> /
parser.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit 3227782da6e164111ab121e875e165f8fe69bca4
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-13 16:49:30 +0200
small fixes
Base directory -> /
parser.c | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
commit 07218dc0e73b500aa586511296c3087153258d1a
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-13 16:47:32 +0200
prepare for ubus ipc, untested
Base directory -> /
parser.c | 97 ++++++++++++++++++++++++++++------------------------------------
1 file changed, 42 insertions(+), 55 deletions(-)
-------------------------------------------------------------------------------
commit b02592a3efac991ca7836bcf365570352f634c34
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-13 15:58:43 +0200
can change both arguments from single call to set_configuration with both
arguments
Base directory -> /
parser.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 0b2f4ecbfe469acc974da9c15aa72afca913851a
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-13 14:49:52 +0200
cleaned up and can now use same method to change configuration file and
loglevel
Base directory -> /
parser.c | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
-------------------------------------------------------------------------------
commit 6666a31f3e3fb4045c087a94bd0ac80bcc5b21a9
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-13 14:11:13 +0200
change config through UCI c API
Base directory -> /
parser.c | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
-------------------------------------------------------------------------------
commit 877a72dc5d490578b47ddcd26d114352724a97c4
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-13 11:57:57 +0200
add support for path through uci, loglevel timing out
Base directory -> /
parser.c | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
commit 3ff76761d2dc05061d9d68282cfa93bfbe1e971c
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-13 10:32:43 +0200
delete binary
Base directory -> /
parser | Bin 57260 -> 0 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
-------------------------------------------------------------------------------
commit dc74ccc90b12899a92b34f39314fd489ceeda26b
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-13 10:32:06 +0200
forgot to add parser.c, test
Base directory -> /
parser.c | 78 ++++++++++++++++++++++++++++++++++++++--------------------------
1 file changed, 46 insertions(+), 32 deletions(-)
-------------------------------------------------------------------------------
commit ee276970030b3a53cc041df0596c32615ce1a2de
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-13 10:26:26 +0200
add functionality to change configuration file through UCI api
Base directory -> /
Makefile | 2 +-
parser | Bin 0 -> 57260 bytes
2 files changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 4968afd535bf929c4783cb593ad7d19ba2078b5c
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-12 16:47:49 +0200
some minor errors
Base directory -> /
parser.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
commit 24921f64ca06a077fd35018b8e8ccda69e5d9899
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-12 16:35:38 +0200
test stackoverflow code to see uci functionality
Base directory -> /
parser.c | 53 +++++++++++++++++++++++++++++++++++++++++++++--------
parser.h | 42 ++++++++++++++++++++++++++++++++++++++++--
2 files changed, 85 insertions(+), 10 deletions(-)
-------------------------------------------------------------------------------
commit 0cc623501d20bc7e11e0c441e6ef70d4f78cd2e3
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-12 14:42:47 +0200
add return to prevent request timeout
Base directory -> /
parser.c | 2 ++
1 file changed, 2 insertions(+)
-------------------------------------------------------------------------------
commit 5618a04628e3d1ac147461d0aa1fd39e8c03e84c
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-12 13:57:55 +0200
restart from init.d and add paranthesis
Base directory -> /
parser.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 1e699fe9cc0810470e3445af39ff32d09ce93600
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-12 13:28:04 +0200
fixed small errors
Base directory -> /
parser.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
2018-04-18 11:36:24 +02:00
Jakob Olsson
6553804000
change verbose flag to take number
2018-04-18 11:01:11 +02:00
Jakob Olsson
a525ba8db1
Update feed [ feed_inteno_packages ] package [ onboardingd ]
...
-------------------------------------------------------------------------------
* 7801606 take integer as input for ubus method
* ba0c6fa change set_loglevel to accept int
* f061d83 add null termination to strings prior to strcat, add to publish ubus method to alter loglevel, and some minor typoes
-------------------------------------------------------------------------------
commit 7801606c2a529348a08b32e6fc9aaffd324cbe50
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-12 12:08:42 +0200
take integer as input for ubus method
Base directory -> /
parser.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit ba0c6fada99fd51b09752753b1fe06d12229c4e9
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-12 10:58:23 +0200
change set_loglevel to accept int
Base directory -> /
parser.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
commit f061d8312861c46fcf27ef159dc9bf795aac5e55
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-12 10:49:33 +0200
add null termination to strings prior to strcat, add to publish ubus method
to alter loglevel, and some minor typoes
Base directory -> /
parser.c | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
-------------------------------------------------------------------------------
2018-04-12 13:49:55 +02:00
Jakob Olsson
839b785329
Update feed [ feed_inteno_packages ] package [ onboardingd ]
...
-------------------------------------------------------------------------------
* 3ffa4fd typo
-------------------------------------------------------------------------------
commit 3ffa4fdfe060b15ee21628d5bd3ed2b6563b1018
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-12 10:39:42 +0200
typo
Base directory -> /
parser.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2018-04-12 13:49:55 +02:00
Jakob Olsson
dae114b97b
add JSON folder to copy to router so dont have to write it manually all the time to test
2018-04-12 13:49:55 +02:00
Jakob Olsson
f6ec7a3f58
Update feed [ feed_inteno_packages ] package [ onboardingd ]
...
-------------------------------------------------------------------------------
* 36a4757 fix array format
* e6451c7 Merge branch 'jakob' of private.inteno.se:iopsys-onboarding into jakob
|\
| * 7fe3e74 can send argument and print data
* | 0678b94 add functionality to pass path or verbose argument, alters configuration file and restarts daemon
|/
* 017a6de smaller error fixes
* 3509854 attempt at ubus method with argument
* 6b350fe add table brackets surrounding each element in an array
* c5f9df1 remove test printouts
* 2a72406 open table inside explore object rather than prior
* bca5404 additional printout tests
* 49a7de6 manual blobmsg addition to test print
* 1617af6 should now record empty arrays
* 0b31324 code errors fix
* 6e225cb keep track of current json structure in blobmsg
* 70eb760 ubus method call and application now both work, small bug fix and small code readability improvement.
* 58a34ac additional confusion regarding file path and pipe fixes
* 001926b mixed up file path and pipe path
* 1523a26 fix minor typoes and errors
* 8a3837e move main, add uloop
* 5c68335 additional test.
* 353fd54 print dummy info to ubus onboarding.parser status
* 17a77e5 missed to change name and add context, publish objects works
* c76006c corrected to ubus_add_object...
* 9216101 attempt to publish ubus objects
|\
| * 74c5b96 minor trivial fixes to watcher, parser & makefile. Does not publish ubus objects.
* b43931b attempt to publish ubus object
-------------------------------------------------------------------------------
commit 36a47571c015cb4e5c8b778f2e6d27f2343260e8
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-12 09:21:33 +0200
fix array format
Base directory -> /
parser.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit e6451c7c6cfc7d263c2830be64d19c6852482975
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-12 09:17:42 +0200
Merge branch 'jakob' of private.inteno.se:iopsys-onboarding into jakob
Base directory -> /
parser.c | 2 ++
1 file changed, 2 insertions(+)
-------------------------------------------------------------------------------
commit 0678b945d6d2d72216627d7c43646a208140fdfb
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-12 09:16:08 +0200
add functionality to pass path or verbose argument, alters configuration
file and restarts daemon
Base directory -> /
parser.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++------
parser.h | 4 ++--
2 files changed, 50 insertions(+), 8 deletions(-)
-------------------------------------------------------------------------------
commit 7fe3e743a2b181ea9227efcfb98a1c7f58f3d480
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-11 16:49:54 +0200
can send argument and print data
Base directory -> /
parser.c | 2 ++
1 file changed, 2 insertions(+)
-------------------------------------------------------------------------------
commit 017a6de37338fcfd9c4e6d8f3a20c44f47b14322
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-11 16:19:59 +0200
smaller error fixes
Base directory -> /
parser.c | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
-------------------------------------------------------------------------------
commit 350985405f9561ff5ec7ed0396babe5b5a2a233a
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-11 16:13:43 +0200
attempt at ubus method with argument
Base directory -> /
parser.c | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----------
1 file changed, 61 insertions(+), 11 deletions(-)
-------------------------------------------------------------------------------
commit 6b350feff33782b29a5b49956d211dcf3990bed9
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-11 13:39:44 +0200
add table brackets surrounding each element in an array
Base directory -> /
parser.c | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
commit c5f9df159ade9619b25829857929d71291720410
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-11 13:24:13 +0200
remove test printouts
Base directory -> /
parser.c | 37 +------------------------------------
parser.h | 1 +
2 files changed, 2 insertions(+), 36 deletions(-)
-------------------------------------------------------------------------------
commit 2a72406c8aecfdb7d5ce83320d94ab108806ae61
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-11 13:10:06 +0200
open table inside explore object rather than prior
Base directory -> /
parser.c | 52 +++++++++++++++++++++++++++++-----------------------
1 file changed, 29 insertions(+), 23 deletions(-)
-------------------------------------------------------------------------------
commit bca54040f1faa6a795194ac8c8f7303e381a24a4
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-11 11:30:12 +0200
additional printout tests
Base directory -> /
parser.c | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
-------------------------------------------------------------------------------
commit 49a7de6e7bc854072f877469e103a86c6dd2563c
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-11 11:14:16 +0200
manual blobmsg addition to test print
Base directory -> /
parser.c | 31 +++++++++++++++++--------------
parser.h | 2 +-
2 files changed, 18 insertions(+), 15 deletions(-)
-------------------------------------------------------------------------------
commit 1617af6cde6ea57a635ba31258093c1a70464a54
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-11 10:48:40 +0200
should now record empty arrays
Base directory -> /
parser.c | 26 ++++++++++++++------------
parser.h | 1 +
2 files changed, 15 insertions(+), 12 deletions(-)
-------------------------------------------------------------------------------
commit 0b31324d9a2be85b00757cde2ec5b0a7d4e504a2
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-11 09:39:47 +0200
code errors fix
Base directory -> /
parser.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
-------------------------------------------------------------------------------
commit 6e225cb6c62da2987925c2da59408b3fc67b1278
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-11 09:36:11 +0200
keep track of current json structure in blobmsg
Base directory -> /
parser.c | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit 70eb760c7e2492e1a133519617a7c2952d547234
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-11 09:17:01 +0200
ubus method call and application now both work, small bug fix and small code
readability improvement.
Base directory -> /
parser.c | 65 ++++++++++++++++++++++++++++++---------------------------------
watcher.h | 4 ++--
2 files changed, 33 insertions(+), 36 deletions(-)
-------------------------------------------------------------------------------
commit 58a34ac88530330de97df1e256da00fb8b65b6ce
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-11 08:40:19 +0200
additional confusion regarding file path and pipe fixes
Base directory -> /
watcher.c | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
commit 001926b0cc8e0648df60fa5c4ed372bec0e42707
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-11 08:29:34 +0200
mixed up file path and pipe path
Base directory -> /
watcher.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
commit 1523a26640a5db09e78c042403ec3738006c99ab
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-10 16:50:32 +0200
fix minor typoes and errors
Base directory -> /
parser.c | 9 +++++----
parser.h | 3 +++
watcher.c | 4 ++--
3 files changed, 10 insertions(+), 6 deletions(-)
-------------------------------------------------------------------------------
commit 8a3837ec132c9c4bf850f046057e1c93c44d6fb3
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-10 16:43:57 +0200
move main, add uloop
Base directory -> /
parser.c | 127 ++++++++++++++++++++++++++++++++++++++-------------------------
1 file changed, 77 insertions(+), 50 deletions(-)
-------------------------------------------------------------------------------
commit 5c68335f6fa4a5e0015756e2f174415545af778f
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-10 13:49:12 +0200
additional test.
Base directory -> /
parser.c | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 353fd547584c58316b475e2b00297ffc63dce1b8
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-10 12:27:22 +0200
print dummy info to ubus onboarding.parser status
Base directory -> /
parser.c | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 17a77e56d7a7a4200917cb7b4ad17c60d20e2665
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-10 11:07:58 +0200
missed to change name and add context, publish objects works
Base directory -> /
parser.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit c76006c38cb1dbefea92cfab49d84b1bf3a83b17
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-10 10:55:32 +0200
corrected to ubus_add_object...
Base directory -> /
parser.c | 5 ++++-
watcher.c | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 921610133314811605955335f91f997d7173a62b
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-10 10:41:48 +0200
attempt to publish ubus objects
Base directory -> /
Makefile | 2 +-
parser.c | 4 ++--
watcher.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
commit b43931b44d94855015c77cb0c309bd6aa6140a47
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-10 09:30:57 +0200
attempt to publish ubus object
Base directory -> /
parser.c | 25 +++++++++++++++++++------
parser.h | 8 ++++----
watcher.c | 25 +++++++++++++++++++------
watcher.h | 2 +-
4 files changed, 43 insertions(+), 17 deletions(-)
-------------------------------------------------------------------------------
commit 74c5b96edb5d25d139322d7dfb82978abbe965a2
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-10 08:46:18 +0200
minor trivial fixes to watcher, parser & makefile. Does not publish ubus
objects.
Base directory -> /
Makefile | 2 +-
parser.c | 6 +++---
watcher.c | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
2018-04-12 13:49:55 +02:00
Jakob Olsson
f8a92990b0
Update feed [ feed_inteno_packages ] package [ onboardingd ]
...
-------------------------------------------------------------------------------
* e7129e9 add ubus library to makefile
* e6f93e0 publish ubus objects
* fc0af41 changes to style, also accordance to checkpatch
-------------------------------------------------------------------------------
commit e7129e9f5a2145e20f2011e08233471a4c8ce73b
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-09 16:28:32 +0200
add ubus library to makefile
Base directory -> /
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit e6f93e00ae413f5d0b5520397e59b159f958cfba
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-09 15:59:40 +0200
publish ubus objects
Base directory -> /
parser.c | 21 +++++++++++++++++++++
watcher.c | 21 +++++++++++++++++++++
2 files changed, 42 insertions(+)
-------------------------------------------------------------------------------
commit fc0af41610d1ad2e10b254b4e641de5b248938a0
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-09 15:37:40 +0200
changes to style, also accordance to checkpatch
Base directory -> /
parser.c | 71 ++++++++++++++++++---------------------------------------------
parser.h | 1 +
watcher.c | 39 ++++++++++++++---------------------
watcher.h | 4 ++--
4 files changed, 39 insertions(+), 76 deletions(-)
-------------------------------------------------------------------------------
2018-04-12 13:49:55 +02:00
Jakob Olsson
e7bceaacbb
Update feed [ feed_inteno_packages ] package [ onboardingd ]
...
-------------------------------------------------------------------------------
* e6f93e0 publish ubus objects
* fc0af41 changes to style, also accordance to checkpatch
-------------------------------------------------------------------------------
commit e6f93e00ae413f5d0b5520397e59b159f958cfba
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-09 15:59:40 +0200
publish ubus objects
Base directory -> /
parser.c | 21 +++++++++++++++++++++
watcher.c | 21 +++++++++++++++++++++
2 files changed, 42 insertions(+)
-------------------------------------------------------------------------------
commit fc0af41610d1ad2e10b254b4e641de5b248938a0
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-09 15:37:40 +0200
changes to style, also accordance to checkpatch
Base directory -> /
parser.c | 71 ++++++++++++++++++---------------------------------------------
parser.h | 1 +
watcher.c | 39 ++++++++++++++---------------------
watcher.h | 4 ++--
4 files changed, 39 insertions(+), 76 deletions(-)
-------------------------------------------------------------------------------
2018-04-12 13:49:55 +02:00
Jakob Olsson
cb2527007b
forgot ! on shebang...
2018-04-12 13:49:55 +02:00
Jakob Olsson
6b92fe1d67
new name
2018-04-12 13:49:55 +02:00
Jakob Olsson
64f92411a6
test please dont look
2018-04-12 13:49:55 +02:00
Jakob Olsson
5f29bb8c6a
re-add start and stop
2018-04-12 13:49:55 +02:00
Jakob Olsson
82addbb34f
minor errors
2018-04-12 13:49:55 +02:00
Jakob Olsson
aad6415b66
change to naming convention
2018-04-12 13:49:55 +02:00
Jakob Olsson
b427c7b75c
Update feed [ feed_inteno_packages ] package [ onboardingd ]
...
-------------------------------------------------------------------------------
* aeca1e5 add blob list.h linked list library
* 1a1ea5b push common.h
* 6ed19ae swap to libubox test... dont look thanks
-------------------------------------------------------------------------------
commit aeca1e5f1385feef723af4955d665f244b75f5cd
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-09 09:50:43 +0200
add blob list.h linked list library
Base directory -> /
Makefile | 2 +-
parser.c | 80 +++++++++++++++++++++++++++++-----------------------------------
parser.h | 27 ++++++++--------------
3 files changed, 47 insertions(+), 62 deletions(-)
-------------------------------------------------------------------------------
commit 1a1ea5bdc4033bbf3adbb1991572abdd2fff6f96
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-06 15:37:03 +0200
push common.h
Base directory -> /
common.h | 4 ++++
1 file changed, 4 insertions(+)
-------------------------------------------------------------------------------
commit 6ed19ae13fb39e4b3a38c10b8eee307c46854a0a
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-06 15:35:20 +0200
swap to libubox test... dont look thanks
Base directory -> /
Makefile | 4 +-
debug.c | 4 +-
debug.h | 2 +-
parser.c | 152 +++++++++++++++++++++++++++-----------------------------------
parser.h | 4 ++
watcher.c | 49 ++++++++++----------
watcher.h | 13 +++---
7 files changed, 105 insertions(+), 123 deletions(-)
-------------------------------------------------------------------------------
2018-04-12 13:49:55 +02:00
Jakob Olsson
a0afd51889
Update feed [ feed_inteno_packages ] package [ onboardingd ]
...
-------------------------------------------------------------------------------
* 4c3b4b4 minor bug fix, faulty variable order
* 2195e87 get file path from flag
-------------------------------------------------------------------------------
commit 4c3b4b446c2c244d3dfee0a6fd9a18f97a56bfcf
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-06 10:20:49 +0200
minor bug fix, faulty variable order
Base directory -> /
debug.h | 2 +-
watcher.c | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit 2195e87d017b174db3107e9b9d17d1b4520307be
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-06 09:57:33 +0200
get file path from flag
Base directory -> /
debug.c | 65 ++++++++++++++++++++++++++++++++++++----------------------------
debug.h | 6 +++++-
parser.c | 36 +++++++++++------------------------
parser.h | 16 ++++++++--------
4 files changed, 61 insertions(+), 62 deletions(-)
-------------------------------------------------------------------------------
2018-04-12 13:49:55 +02:00
Jakob Olsson
c35d6e7db3
add file_path check to init.d script
2018-04-12 13:49:55 +02:00
Jakob Olsson
338465db4c
add file path
2018-04-12 13:49:55 +02:00
Jakob Olsson
c4d04e1650
correct config structure
2018-04-12 13:49:55 +02:00
Jakob Olsson
7e0ee31372
config load typo...
2018-04-12 13:49:55 +02:00
Jakob Olsson
65eb95290e
correct if cases and minor errors
2018-04-12 13:49:55 +02:00
Jakob Olsson
818c5f19c6
add possibility to stop and start
2018-04-12 13:49:55 +02:00
Jakob Olsson
aeb6c29f32
add configuration, make daemon depend on config for debug options
2018-04-12 13:49:55 +02:00
Jakob Olsson
9e6144f9d6
Update feed [ feed_inteno_packages ] package [ onboardingd ]
...
-------------------------------------------------------------------------------
* 0f39861 correct json include
-------------------------------------------------------------------------------
commit 0f3986168f978d435c1dc0798ead921c18e913d1
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-05 15:20:50 +0200
correct json include
Base directory -> /
parser.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2018-04-12 13:49:55 +02:00
Jakob Olsson
48d8788fba
Update feed [ feed_inteno_packages ] package [ onboardingd ]
...
-------------------------------------------------------------------------------
* 43c64d2 correct watcher in Make
* 66bbf23 add my own debug library to enable --verbose debug
-------------------------------------------------------------------------------
commit 43c64d2ccbd69c8135f975c389bb04ce23ead66c
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-05 15:03:53 +0200
correct watcher in Make
Base directory -> /
Makefile | 3 +++
debug.c | 1 +
2 files changed, 4 insertions(+)
-------------------------------------------------------------------------------
commit 66bbf23c9bac0882047f322b02a90f84cfd4a06f
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-05 14:43:41 +0200
add my own debug library to enable --verbose debug
Base directory -> /
JSON/APs.json | 6 +--
Makefile | 16 ++++---
debug.c | 40 ++++++++++++++++
debug.h | 4 ++
parser.c | 148 ++++++++++++++++++++++++++++++++++++++++------------------
parser.h | 5 +-
watcher.c | 32 ++++++++-----
watcher.h | 2 +-
8 files changed, 185 insertions(+), 68 deletions(-)
-------------------------------------------------------------------------------
2018-04-12 13:49:55 +02:00
Jakob Olsson
effd2ebb48
Update feed [ feed_inteno_packages ] package [ onboardingd ]
...
-------------------------------------------------------------------------------
* 7359cac forget to change path...
-------------------------------------------------------------------------------
commit 7359cac711a4f3f0c882381aecf03f8ecefe4d40
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-05 10:28:06 +0200
forget to change path...
Base directory -> /
parser.c | 2 +-
watcher.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2018-04-12 13:49:55 +02:00
Jakob Olsson
e45b093cc5
Update feed [ feed_inteno_packages ] package [ onboardingd ]
...
-------------------------------------------------------------------------------
* 647ef53 add correct messages and fixed some faulty behaviour (infinitely reading pipe)
-------------------------------------------------------------------------------
commit 647ef53d88bc941dbb0b14855e8ae38d7a4c7fbb
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-05 10:18:02 +0200
add correct messages and fixed some faulty behaviour (infinitely reading
pipe)
Base directory -> /
JSON/APs.json | 2 +-
parser.c | 16 ++++++++++------
watcher.c | 45 +++++++++++----------------------------------
watcher.h | 9 ++++++---
4 files changed, 28 insertions(+), 44 deletions(-)
-------------------------------------------------------------------------------
2018-04-12 13:49:55 +02:00
Jakob Olsson
bbbf1327c4
Update feed [ feed_inteno_packages ] package [ onboardingd ]
...
-------------------------------------------------------------------------------
* 1ff31b2 will try again in 30s if file did not exist
-------------------------------------------------------------------------------
commit 1ff31b20be62ff71d8a0697c5655003ed2b795c4
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-05 08:32:55 +0200
will try again in 30s if file did not exist
Base directory -> /
watcher.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2018-04-12 13:49:55 +02:00
Jakob Olsson
f26fd5d994
change to redirect stdout and stderr to logd
2018-04-12 13:49:55 +02:00
Jakob Olsson
10a8938afd
add prints to functions - will hopefully solve starting as daemon
2018-04-12 13:49:55 +02:00
Jakob Olsson
b6e0983d92
remove duplicate start service
2018-04-12 13:49:55 +02:00
Jakob Olsson
d7973f4ede
Update feed [ feed_inteno_packages ] package [ onboardingd ]
...
-------------------------------------------------------------------------------
* 500f481 Merge branch 'jakob' of private.inteno.se:iopsys-onboarding into jakob
* 4a05d44 move struct definition to header
-------------------------------------------------------------------------------
commit 500f4815385b8d434d0be997c9a31556025b8d21
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-04 15:53:38 +0200
Merge branch 'jakob' of private.inteno.se:iopsys-onboarding into jakob
Base directory -> /
parser.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 4a05d44da39640af324321ff42b66c03da9cf431
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-04 15:53:01 +0200
move struct definition to header
Base directory -> /
parser.c | 32 +++++++++++++++++---------------
parser.h | 38 ++++++++++++++++++++++++++------------
2 files changed, 43 insertions(+), 27 deletions(-)
-------------------------------------------------------------------------------
2018-04-12 13:49:55 +02:00
Jakob Olsson
3dffcf6401
Update feed [ feed_inteno_packages ] package [ onboardingd ]
...
-------------------------------------------------------------------------------
* 8a35b40 change include to fit openWRT
-------------------------------------------------------------------------------
commit 8a35b40d95f98d6944c98f7dc7be620c5a1fd1f5
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-04 14:43:18 +0200
change include to fit openWRT
Base directory -> /
parser.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2018-04-12 13:49:55 +02:00
Jakob Olsson
3dafd0d521
Update feed [ feed_inteno_packages ] package [ onboardingd ]
...
-------------------------------------------------------------------------------
* fecd251 remove garbage file
* 38bb4ef add gitignore
* 5ae1d88 removed some options
-------------------------------------------------------------------------------
commit fecd251a7b36e03ce809be54b29ce7676bf8f00c
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-04 14:24:34 +0200
remove garbage file
Base directory -> /
JSON/.APs.json.swp | Bin 1024 -> 0 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
-------------------------------------------------------------------------------
commit 38bb4ef90680e494376a06adfdef506182a9f5c7
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-04 14:22:39 +0200
add gitignore
Base directory -> /
.gitignore | 4 ++++
1 file changed, 4 insertions(+)
-------------------------------------------------------------------------------
commit 5ae1d88c43c3cc03f940db254637d78196a5429d
Author: Jakob Olsson <jakobols@kth.se >
Date: 2018-04-04 13:57:46 +0200
removed some options
Base directory -> /
parser.c | 4 ++--
watcher.c | 15 ++-------------
2 files changed, 4 insertions(+), 15 deletions(-)
-------------------------------------------------------------------------------
2018-04-12 13:49:55 +02:00
Jakob Olsson
6e76de6519
added parser and watcher in procd
2018-04-12 13:49:55 +02:00
Jakob Olsson
6c5e065975
changed hash manually again ??
2018-04-12 13:49:55 +02:00
Jakob Olsson
f4d2993bac
removed some typo error
2018-04-12 13:49:55 +02:00
Jakob Olsson
d3e1350ee4
changed to most recent hash manually
2018-04-12 13:49:55 +02:00
Jakob Olsson
58a8256ee2
makefile changes
2018-04-12 13:49:55 +02:00
Jakob Olsson
09a486f90a
hash update manual test
2018-04-12 13:49:55 +02:00
Jakob Olsson
9e55257916
change of hash manually test
2018-04-12 13:49:55 +02:00
Jakob Olsson
4118abd13e
correct url for private folder
2018-04-12 13:49:55 +02:00
Jakob Olsson
95e4761eea
some changes
2018-04-12 13:49:55 +02:00
Jakob Olsson
59bbfe6bf8
corrections within makefile addresses
2018-04-12 13:49:55 +02:00
Jakob Olsson
03df688e0e
first commit
2018-04-12 13:49:55 +02:00
Sukru Senli
93ec60c75c
icwmp-4.0-2018-04-09
2018-04-12 11:20:44 +02:00
Kenneth Johansson
91fe77784e
iop ssh_sysupgrade: be verbose.
2018-04-10 17:37:43 +02:00
Ke Hu
f52e3a6d43
update uboot inteno version
...
if we upg uboot, env inteno version should be set
2018-04-09 17:22:17 +02:00
Kenneth Johansson
ad4bdf1cbe
u-boot: new version to force update on all boards.
...
Force the u-boot version to include the actual build time. This is
needed for the "uboot_inteno_version" variable update to work in all
situations.
2018-04-09 16:01:41 +02:00
Erik Horemans
112bcd7856
new ice-client 5.0.3-RC5
2018-04-09 15:11:53 +02:00
Erik Horemans
cdaa3de08e
new ice-client 5.0.3-RC2
2018-04-06 17:10:29 +02:00
Sukru Senli
7d9442cbb2
inteno-netmodes: reboot unless reboot is not set to 0
2018-04-05 11:01:05 +02:00
Ionuț-Alex Oprea
c0b299231d
iop: build_branch_sysupgrade: do not run sysupgrade if build_branch fails
2018-04-04 17:14:06 +02:00
Sukru Senli
19f6370294
icwmp-4.0-2018-04-04 refs #14555
2018-04-04 11:37:47 +02:00
Sukru Senli
57cc779ebe
Update feed [ feed_inteno_packages ] package [ icwmp ]
...
-------------------------------------------------------------------------------
* 488440a icwmpd.init: uci get notification with -q option
-------------------------------------------------------------------------------
commit 488440ac21a91977afcb05043f97ebd3f493db57
Author: Sukru Senli <sukru.senli@inteno.se >
Date: 2018-03-29 09:58:06 +0200
icwmpd.init: uci get notification with -q option
Base directory -> /
init/icwmpd.init | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2018-03-29 09:58:29 +02:00
Sukru Senli
4db612a708
icwmpd: do not send notify for cwmp config change
2018-03-29 09:26:42 +02:00
Sukru Senli
3030e697b4
icwmp-4.0-2018-03-29
2018-03-29 09:11:56 +02:00
Reidar Cederqvist
41d8969cb5
iop: default config: update juci-plugin names to not include inteno ref #14556
2018-03-28 15:56:28 +02:00
Sukru Senli
68a0b57b89
inteno-netmodes: testnet: fix typo
2018-03-27 09:42:27 +02:00
Sukru Senli
dc1b5991ca
inteno-netmodes: testnet: direct operstate check error to devnull
2018-03-23 21:48:16 +01:00
Sukru Senli
220d50e5a6
inteno-netmodes: testnet: disable access to wireless only if uplink is wifi wan refs #14531
2018-03-23 21:40:39 +01:00
Sukru Senli
dca064ff86
voice-client: show only the calls with account info in the call log refs #14164
2018-03-21 17:57:59 +01:00
Sukru Senli
1e0ca02fd3
Update feed [ feed_inteno_packages ] package [ rulengd ]
...
-------------------------------------------------------------------------------
* 99881f3 Removed unnecessary debug message
* f37f28d Fix support for multiple rules on same event
-------------------------------------------------------------------------------
commit 99881f39232154530ac129dc2109d78963017ad1
Author: Matija Amidzic <matija.amidzic@sartura.hr >
Date: 2018-03-20 16:22:26 +0100
Removed unnecessary debug message
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr >
Base directory -> /
src/ruleng_ubus.c | 1 -
1 file changed, 1 deletion(-)
-------------------------------------------------------------------------------
commit f37f28decf08926569a99e55f4c54a3822274f0f
Author: Matija Amidzic <matija.amidzic@sartura.hr >
Date: 2018-03-20 13:47:41 +0100
Fix support for multiple rules on same event
Rulengd now executes configured methods for all matched rules
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr >
Base directory -> /
src/ruleng_ubus.c | 64 +++++++++++++++++++++++++++++--------------------------
1 file changed, 34 insertions(+), 30 deletions(-)
-------------------------------------------------------------------------------
2018-03-21 15:27:53 +01:00
Sukru Senli
a415627888
icwmp-4.0-2018-03-21
2018-03-21 09:11:49 +01:00
Ke Hu
b59819d1c7
fix public lib
...
change from git to http
2018-03-19 10:50:28 +01:00
Sukru Senli
2c8aa1b16e
inteno-netmodes: adapt netmodes configs to new vlan and dsl config way
2018-03-19 10:16:16 +01:00
Sukru Senli
ed56e666ec
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 11dd6f3 router.wireless: allow getting assoclist for a specific vif
-------------------------------------------------------------------------------
commit 11dd6f37554f87c767560b3d1d4eba2e2a4ed0ef
Author: Sukru Senli <sukru.senli@inteno.se >
Date: 2018-03-17 10:26:33 +0100
router.wireless: allow getting assoclist for a specific vif
Base directory -> /
wireless.c | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2018-03-17 10:28:01 +01:00
Sukru Senli
31972f6962
icwmp: add uci-defaults script to set reqopts
2018-03-16 17:11:03 +01:00
Sukru Senli
9124826b25
iup: add uci-default script to set reqopts
2018-03-16 17:06:58 +01:00
Ronny Nilsson
e9011a695d
voice-client: Revert part of 6694e1975b
...
where I removed a bit to much.
2018-03-16 16:31:02 +01:00
Ronny Nilsson
eb827af331
voice-client: Reduce default set of codecs for SIP
...
peers. We try to have ALAW only everywhere due to
previously there has been unnecessary transcodings
in several places.
2018-03-16 16:28:21 +01:00
Hrvoje Varga
2adaa3ecf3
imonitor: add package
...
Signed-off-by: Hrvoje Varga <hrvoje.varga@sartura.hr >
2018-03-16 13:42:16 +01:00
Sukru Senli
2ca35674da
Update feed [ feed_inteno_packages ] package [ rulengd ]
...
-------------------------------------------------------------------------------
* 8285c86 Support multiple rules with same event type
* e1f9223 rulengd: update README
-------------------------------------------------------------------------------
commit 8285c86691a9af4d2e4644fffbfc25ff8a09f816
Author: Matija Amidzic <matija.amidzic@sartura.hr >
Date: 2018-03-05 10:40:06 +0100
Support multiple rules with same event type
Multiple rules with with same event type will now be matched based on their
event_data.
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr >
Base directory -> /
src/ruleng_ubus.c | 53 +++++++++++++++++++++++++----------------------------
1 file changed, 25 insertions(+), 28 deletions(-)
-------------------------------------------------------------------------------
commit e1f92234c2f278155888c8dce0348c3672ad0ca3
Author: Sukru Senli <sukru.senli@inteno.se >
Date: 2018-02-22 10:52:55 +0100
rulengd: update README
Base directory -> /
README | 61 ++++++++++++++++++++++++++++++++++++++++++++-----------------
1 file changed, 44 insertions(+), 17 deletions(-)
-------------------------------------------------------------------------------
2018-03-16 13:39:55 +01:00
Sukru Senli
76cb04904f
Update feed [ feed_inteno_packages ] package [ icwmp ]
...
-------------------------------------------------------------------------------
* 532fe17 Ticket refs #14375 : ACS shows "TimedOut Error" on performing "GetParameterValues" on SDX810-AP
-------------------------------------------------------------------------------
commit 532fe1757c09ceb058c8bfb841a935bd0a73c66d
Author: Amin Ben Ramdhane <amin.benramdhane@pivasoftware.com >
Date: 2018-03-15 18:30:22 +0100
Ticket refs #14375 : ACS shows "TimedOut Error" on performing
"GetParameterValues" on SDX810-AP
Base directory -> /
dm/dmcommon.c | 12 +++++---
dm/dmtree/tr181/bridging.c | 73 ++++++++++++++++++++++++++--------------------
dm/dmtree/tr181/ethernet.c | 2 ++
dm/dmtree/tr181/wifi.c | 7 ++++-
4 files changed, 58 insertions(+), 36 deletions(-)
-------------------------------------------------------------------------------
2018-03-16 10:07:21 +01:00
Sukru Senli
7ecbecc9a8
icwmp-4.0-2018-03-15: refs #14390
2018-03-15 16:06:57 +01:00
Sukru Senli
9d18af368d
Update feed [ feed_inteno_packages ] package [ icwmp ]
...
-------------------------------------------------------------------------------
* a1d2dc9 do not reload network if reqopts are not changed
-------------------------------------------------------------------------------
commit a1d2dc97b0f55a1c028012d12d30447f05ab3baa
Author: Sukru Senli <sukru.senli@inteno.se >
Date: 2018-03-15 15:29:33 +0100
do not reload network if reqopts are not changed
Base directory -> /
init/icwmpd.init | 2 ++
1 file changed, 2 insertions(+)
-------------------------------------------------------------------------------
2018-03-15 15:30:00 +01:00
Sukru Senli
2cfea5f582
Revert "icwmp: reload icwmp if new option 43 is received"
...
This reverts commit b708797e87 .
2018-03-14 14:57:22 +01:00
Sukru Senli
6ed3ae9458
icwmp-4.0-2018-03-14
2018-03-14 14:56:09 +01:00
Sukru Senli
b708797e87
icwmp: reload icwmp if new option 43 is received
2018-03-14 14:36:16 +01:00
Ionuț-Alex Oprea
214c9b7e2a
iop: ssh_sysupgrade: ssh timeout in 60 seconds
2018-03-14 14:34:03 +01:00
Sukru Senli
6c2c23924d
icwmp: reload icwmp when DNS servers are changed as well
2018-03-14 14:13:35 +01:00
Sukru Senli
45034ef8a6
Update feed [ feed_inteno_packages ] package [ icwmp ]
...
-------------------------------------------------------------------------------
* 02188f6 Ticket refs #13889 : Support needed to differentiate WEP 64/128 encryption modes and also the mapping required to set WiFi Key #2 to WiFi Key #4 values from ACS
-------------------------------------------------------------------------------
commit 02188f68caac03e15bad8af98611cc28d856e69f
Author: Amin Ben Ramdhane <amin.benramdhane@pivasoftware.com >
Date: 2018-03-13 12:20:14 +0100
Ticket refs #13889 : Support needed to differentiate WEP 64/128 encryption
modes and also the mapping required to set WiFi Key #2 to WiFi Key #4 values
from ACS
Base directory -> /
dm/dmtree/tr181/wifi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2018-03-13 18:55:39 +01:00
Kenneth Johansson
cedf4806e4
generate_tarballs: mediatek linux dir has changed name.
...
It is only linux-iopsys-ramips now.
2018-03-13 15:29:20 +01:00
Ronny Nilsson
e773632860
endptmngr: Extend signals handling to catch more of them.
...
Needed for procd reload to work.
2018-03-13 15:19:33 +01:00
Sukru Senli
72344b29b0
inteno-netmodes: limit bridged mode from sdx810-ap
2018-03-13 14:46:34 +01:00
Ronny Nilsson
6694e1975b
voice_client: re-enable comment away settings Asterisk no longer need.
...
It should work now.
This reverts commit b15782bd07 .
2018-03-13 11:35:55 +01:00
Kenneth Johansson
2f600a6b58
Revert "samba3: create directories in start script."
...
This reverts commit 7b1a960d5b .
2018-03-13 11:33:43 +01:00
Ronny Nilsson
aaa473edbf
endptmngr: listen for new object events instead of polling
2018-03-13 11:27:43 +01:00
Kenneth Johansson
7b1a960d5b
samba3: create directories in start script.
...
was done in preinit before.
2018-03-12 22:06:42 +01:00
Sukru Senli
336c2b2aa2
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* f900dfd do not arping arponly clients fixes #14416
-------------------------------------------------------------------------------
commit f900dfdb36475d4b2cbd7fb6098c32de2b4b58f5
Author: Sukru Senli <sukru.senli@inteno.se >
Date: 2018-03-12 16:08:27 +0100
do not arping arponly clients fixes #14416
Base directory -> /
network.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2018-03-12 18:18:26 +01:00
Sukru Senli
5664619289
Update feed [ feed_inteno_packages ] package [ icwmp ]
...
-------------------------------------------------------------------------------
* 110737a Ticket refs #14143 : Unable to get wan6 connection in ACS "get parameters" list
* cc552c8 Ticket refs #14137 : Unable to retrieve "ErrorsSent", "ErrorsReceived", "DiscardPacketsSent", "DiscardPacketsReceived" parameters for Radios and Ethernet Interfaces via ACS
* 1546cf5 Ticket refs #13884 : Enabling "WPA-WPA2-Enterprise" encryption mode via ACS for SSID is not reflected in the RG GUI
* 83d902f Ticket refs #14144 : Unable to set "Device.IP.Interface.${i}.IPv4Address.${i}.Enable" parameter from ACS
* ee3096d Ticket refs #13917 : Device.Ethernet.Interface.x.Status show always Up even LAN port is not up
-------------------------------------------------------------------------------
commit 110737a3c0f06df26d469608cbd956e26095407e
Author: Amin Ben Ramdhane <amin.benramdhane@pivasoftware.com >
Date: 2018-03-09 18:41:24 +0100
Ticket refs #14143 : Unable to get wan6 connection in ACS "get parameters"
list
Base directory -> /
dm/dmtree/tr181/ip.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit cc552c8ef26686e71ae84eb586b62a9d0eba14d9
Author: Amin Ben Ramdhane <amin.benramdhane@pivasoftware.com >
Date: 2018-03-09 18:36:03 +0100
Ticket refs #14137 : Unable to retrieve "ErrorsSent", "ErrorsReceived",
"DiscardPacketsSent", "DiscardPacketsReceived" parameters for Radios and
Ethernet Interfaces via ACS
Base directory -> /
dm/dmtree/tr181/ethernet.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
dm/dmtree/tr181/ethernet.h | 4 ++++
dm/dmtree/tr181/wifi.c | 41 ++++++++++++++++++++++++++++++++++++++++-
dm/dmtree/tr181/wifi.h | 4 ++++
4 files changed, 92 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 1546cf5cbe49590537750f5758a549bac6026689
Author: Omar Kallel <omar.kallel@pivasoftware.com >
Date: 2018-03-09 10:49:34 +0100
Ticket refs #13884 : Enabling "WPA-WPA2-Enterprise" encryption mode via ACS
for SSID is not reflected in the RG GUI
Base directory -> /
dm/dmtree/tr181/wifi.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit 83d902fdb2d68985dad7ea2f19307326aff68c6f
Author: Amin Ben Ramdhane <amin.benramdhane@pivasoftware.com >
Date: 2018-03-08 17:49:31 +0100
Ticket refs #14144 : Unable to set
"Device.IP.Interface.${i}.IPv4Address.${i}.Enable" parameter from ACS
Base directory -> /
dm/dmtree/tr181/ip.c | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
-------------------------------------------------------------------------------
commit ee3096d50ca05f19fb377ec1d7496db50c82e9e6
Author: Amin Ben Ramdhane <amin.benramdhane@pivasoftware.com >
Date: 2018-03-08 17:31:12 +0100
Ticket refs #13917 : Device.Ethernet.Interface.x.Status show always Up even
LAN port is not up
Base directory -> /
dm/dmtree/tr181/ethernet.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2018-03-12 18:17:45 +01:00
Ke Hu
af0debb6a9
add open to ice and endptmngr
...
Do not open ice to open
endpt add open definition for public compiling
add a new function for tarball script to upload endptmngr
2018-03-09 16:13:16 +01:00
Ke Hu
19466fa4a4
add config.in file
...
endptmng needs open options
2018-03-09 13:08:49 +01:00
Amin Ben Ramdhane
5ea9066e73
Ticket refs #14209 : TR-069: add support for compiling both TR-098 and TR-181 support and make it UCI configurable
2018-03-08 16:28:21 +01:00
Ke Hu
55e39205dc
upload name issue
...
kernel name is 502030, but config define is 502003
different name.
2018-03-08 16:18:35 +01:00
Sukru Senli
ad652de055
Update feed [ feed_inteno_packages ] package [ icwmp ]
...
-------------------------------------------------------------------------------
* a65572a DeviceInfo.VendorLogFile : update instance in dmmap instead of systemwq!
* 6fc82a6 Ticket refs #14388 : "Device.WiFi.AccessPoint.x.Enable" is 0 after factory reset even though the Access points are enabled
* 0c20fe9 Ticket refs #14270 : X_IOPSYS_ifname is wrongly populated for wifi clients in Device.Hosts.Host.{i}. profile
* 59261aa Ticket refs #14266 : Ethernet Interface Alias parameter to be populated as same interface name
* 79aa835 #14159:TR-069: Vendor logfile in datamodel
* 393b7af Ticket refs #14185 : TR069 reboot not working
* 679324f Ticket refs #13818 : Not able to Upgrade/downgrade RG using TR069 . Required/Steps for Upgrade procedure
* fe026c3 Ticket refs #14209 : TR-069: add support for compiling both TR-098 and TR-181 support and make it UCI configurable
-------------------------------------------------------------------------------
commit a65572af53664945cc6af751c2cbff3a37d64833
Author: Feten Besbes <feten.besbes@pivasoftware.com >
Date: 2018-03-08 11:03:49 +0100
DeviceInfo.VendorLogFile : update instance in dmmap instead of systemwq!
Base directory -> /
dm/dmtree/common/deviceinfo.c | 28 ++++++++++++++++++++++++----
1 file changed, 24 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
commit 6fc82a68e0377a4aaa4a0a7f49c04803a122e4d1
Author: Amin Ben Ramdhane <amin.benramdhane@pivasoftware.com >
Date: 2018-03-07 13:04:21 +0100
Ticket refs #14388 : "Device.WiFi.AccessPoint.x.Enable" is 0 after factory
reset even though the Access points are enabled
Base directory -> /
dm/dmtree/tr181/wifi.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 0c20fe9560304df4ce29cf67c499062e75f436fa
Author: Amin Ben Ramdhane <amin.benramdhane@pivasoftware.com >
Date: 2018-03-07 13:02:10 +0100
Ticket refs #14270 : X_IOPSYS_ifname is wrongly populated for wifi clients in
Device.Hosts.Host.{i}. profile
Base directory -> /
dm/dmtree/tr181/hosts.c | 23 +++++++++++++++++++----
1 file changed, 19 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
commit 59261aabea1a8f31af52e5401541584e5743ab22
Author: Amin Ben Ramdhane <amin.benramdhane@pivasoftware.com >
Date: 2018-03-07 12:39:06 +0100
Ticket refs #14266 : Ethernet Interface Alias parameter to be populated as
same interface name
Base directory -> /
dm/dmtree/tr181/ethernet.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 79aa8353d7cc64933fafb1ee69d7991b77b18336
Author: Feten Besbes <feten.besbes@pivasoftware.com >
Date: 2018-03-07 10:07:42 +0100
#14159:TR-069: Vendor logfile in datamodel
Base directory -> /
dm/dmtree/common/deviceinfo.c | 63 ++++++++++++++++++++++++++++++++++++++
dm/dmtree/common/deviceinfo.h | 7 +++++
scripts/icwmp.sh | 70 ++++++++++++++++++++++++++++++-------------
xml.c | 26 ++++++++--------
4 files changed, 131 insertions(+), 35 deletions(-)
-------------------------------------------------------------------------------
commit 393b7af010908ebccb379cc5620656088c37bbc8
Author: Omar Kallel <omar.kallel@pivasoftware.com >
Date: 2018-03-01 14:21:25 +0100
Ticket refs #14185 : TR069 reboot not working
Base directory -> /
event.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 679324fc33045953adc0ec63265738fc1b2e38ef
Author: Omar Kallel <omar.kallel@pivasoftware.com >
Date: 2018-03-01 11:37:55 +0100
Ticket refs #13818 : Not able to Upgrade/downgrade RG using TR069 .
Required/Steps for Upgrade procedure
Base directory -> /
xml.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit fe026c3ffa7623f12d14d4b164c458f3e5c5437c
Author: Amin Ben Ramdhane <amin.benramdhane@pivasoftware.com >
Date: 2018-03-01 10:41:34 +0100
Ticket refs #14209 : TR-069: add support for compiling both TR-098 and TR-181
support and make it UCI configurable
Base directory -> /
bin/Makefile.am | 5 +-
config/cwmp | 3 +
configure.ac | 14 ---
dm/dmcommon.c | 9 ++
dm/dmcommon.h | 1 +
dm/dmcwmp.c | 2 +-
dm/dmcwmp.h | 15 ++-
dm/dmentry.c | 75 +++++++++++--
dm/dmtree/common/root.c | 200 +++++++++++++++++++++++++----------
dm/dmtree/common/root.h | 41 ++++---
dm/dmtree/common/x_inteno_se_owsd.c | 40 ++++---
dm/dmtree/tr098/landevice.c | 16 +--
dm/dmtree/tr098/landevice.h | 14 +--
dm/dmtree/tr098/layer_2_bridging.c | 22 ++--
dm/dmtree/tr098/layer_3_forwarding.c | 25 ++---
dm/dmtree/tr098/x_inteno_se_wifi.c | 4 +-
dm/dmtree/tr098/x_inteno_se_wifi.h | 4 +-
dm/dmtree/tr181/bridging.c | 20 ++--
dm/dmtree/tr181/bridging.h | 2 -
dm/dmtree/tr181/dhcp.c | 2 +-
dm/dmtree/tr181/hosts.c | 4 +-
dm/dmtree/tr181/ip.c | 13 ++-
dm/dmtree/tr181/nat.c | 2 +-
dm/dmtree/tr181/ppp.c | 8 +-
dm/dmtree/tr181/routing.c | 21 ++--
dm/dmtree/tr181/wan.c | 6 +-
dm/dmtree/tr181/wifi.c | 22 ++--
dm/dmtree/tr181/wifi.h | 18 ++--
event.c | 2 +-
xml.c | 12 +--
30 files changed, 376 insertions(+), 246 deletions(-)
-------------------------------------------------------------------------------
2018-03-08 16:05:04 +01:00
Erik Horemans
56a8f5967d
new ice-client 5.0.2-RC15
2018-03-08 16:01:51 +01:00
Reidar Cederqvist
4ee2668013
iop: scripts: update update_feed_branches
2018-03-08 16:01:37 +01:00
Sukru Senli
1c0896dd7b
iop: update_feed_branches
2018-03-08 16:01:33 +01:00
Kent Ekholm
dcc55d8564
Update feed [ feed_inteno_packages ] package [ endptmngr ]
...
-------------------------------------------------------------------------------
* 719be12 Revert "Restart the endptmngr daemon when UCI voice client settings"
-------------------------------------------------------------------------------
commit 719be12028f018e0c1e145082b920e7aefc3c8fa
Author: Kent Ekholm <Kent.Ekholm@evidente.se >
Date: 2018-03-07 17:27:21 +0100
Revert "Restart the endptmngr daemon when UCI voice client settings"
This reverts commit 5af57d240649cff2959dc9117d3938447a8f52b7.
When endptmngr was restarted the endpoint initialisation failed and
endptmngr eventually crashed on all restart attempts.
Base directory -> /
files/etc/init.d/endptmngr | 5 -----
1 file changed, 5 deletions(-)
-------------------------------------------------------------------------------
2018-03-07 18:17:20 +01:00
Kent Ekholm
b15782bd07
Revert "Comment away settings Asterisk no more need. The Endptmngr program"
...
This reverts commit 460e72f094 .
This commit made incoming calls not work beacause no codecs was configured.
2018-03-07 17:24:44 +01:00
Ionut-Alex Oprea
358b1b0af0
inteno-netmodes: flush network cache before getting the ip
2018-03-07 10:56:36 +01:00
Ronny Nilsson
b84dfd06ee
endptmngr: Debug print of endpoint names
2018-03-06 18:30:16 +01:00
Ionut-Alex Oprea
3c6042c0f8
iop: build_branch: fix param count
2018-03-06 14:32:02 +01:00
Ionut-Alex Oprea
afea9fc91f
iop: build_branch: add more help messages
2018-03-06 14:10:15 +01:00
Ionut-Alex Oprea
7cf104cdd3
iop: add command: build_branch
2018-03-06 13:51:58 +01:00
Ronny Nilsson
7c84202d60
voice_client: remove unused code
2018-03-05 17:06:43 +01:00
Ronny Nilsson
255bb23bcd
voice_client: for Asterisk v13 in combination with endptmngr we try
...
to limit excessive voice transcoding. We use ALAW everywhere internally
and transcode only if it really is necessary.
2018-03-05 17:06:43 +01:00
Ronny Nilsson
094db5b7fa
endptmngr: Line signaling didn't work before the first connection
...
Refs: #14363
2018-03-05 17:06:43 +01:00
Anjan Chanda
7da065dd79
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 0e50e2b wireless: mediatek: enumerate only AP mode interfaces in load_wireless
-------------------------------------------------------------------------------
commit 0e50e2b81fe1da0b48480e8af2dfc409b2812c11
Author: Anjan Chanda <anjan.chanda@inteno.se >
Date: 2018-03-05 13:59:01 +0100
wireless: mediatek: enumerate only AP mode interfaces in load_wireless
Base directory -> /
wireless.c | 3 +++
1 file changed, 3 insertions(+)
-------------------------------------------------------------------------------
2018-03-05 14:59:21 +01:00
Sukru Senli
5b12b73fa3
inteno-netmodes: fix netmode-discover checking for wifi script running
2018-03-05 13:51:22 +01:00
Sukru Senli
d01308ac9e
inteno-netmodes: exclude SDX810-AP board from routed_brcm
2018-03-05 12:00:25 +01:00
Ionut-Alex Oprea
7420bfc587
inteno-netmodes: netmode-discover: prevent busy waiting
2018-03-05 11:14:32 +01:00
Sukru Senli
f9896c5776
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 3de7c6a use correct path for passwd
-------------------------------------------------------------------------------
commit 3de7c6af6a74a5748d0dea9781931bfbbb178246
Author: Sukru Senli <sukru.senli@inteno.se >
Date: 2018-03-04 11:34:40 +0100
use correct path for passwd
Base directory -> /
system.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2018-03-04 11:34:54 +01:00
Sukru Senli
17d502dd91
voice-client: if call log is not available return empty array
2018-03-03 11:56:50 +01:00
Ionut-Alex Oprea
992c628bff
Update feed [ feed_inteno_packages ] package [ inteno-netmodes ]
...
-------------------------------------------------------------------------------
* b898924 ubus call netmode sync: make the call reentrant by adding a mutex
* bd47286 add ubus sync method: push credentials to all registered repeaters
-------------------------------------------------------------------------------
commit b898924491c378ca09ab124991b27f54a336e4e9
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com >
Date: 2018-03-02 15:34:22 +0100
ubus call netmode sync: make the call reentrant by adding a mutex
if this ubus call is issued twice at the same time,
only one will do the actual work and the other one will return with
an error.
Can be tested with:
while true ; do ubus call netmode sync & done
Most of the calls will fail
(Done with return code 9 == UBUS_STATUS_UNKNOWN_ERROR),
but still the maximum (continuosly) possible will run.
Base directory -> /
netmoded.c | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit bd472860ff1fe71ebd066813dcebe8fd99553747
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com >
Date: 2018-03-02 14:26:59 +0100
add ubus sync method: push credentials to all registered repeaters
Base directory -> /
netmoded.c | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2018-03-02 15:45:11 +01:00
Ionut-Alex Oprea
54214a0918
Update feed [ feed_inteno_packages ] package [ inteno-netmodes ]
...
-------------------------------------------------------------------------------
* dfc2c63 netmoded: do not compare network for local ifaces refs #14339
-------------------------------------------------------------------------------
commit dfc2c634122f2b2eb9aad12125aa8d08fdf9e20a
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com >
Date: 2018-03-01 11:19:07 +0100
netmoded: do not compare network for local ifaces refs #14339
Base directory -> /
config.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
2018-03-01 11:46:41 +01:00
Ronny Nilsson
432945e380
voice_client: disable likely unused code
2018-02-27 17:31:05 +01:00
Ronny Nilsson
b118f84ea0
endptmngr: Drop packets if we can't keep up the pace.
2018-02-27 17:31:05 +01:00
Sukru Senli
f0b3e6e381
icwmp: install hotplug script
2018-02-27 15:10:20 +01:00
Sukru Senli
1fd40c307c
questd: remove imonitor completely
2018-02-27 14:40:00 +01:00
Sukru Senli
7d32052950
questd: imonitor: do not monitor bsd
2018-02-27 14:33:06 +01:00
Sukru Senli
64a0bdd03e
inteno-netmodes: netmode-discover: fping network only if mask is equals or higher than 24
2018-02-27 14:07:38 +01:00
Sukru Senli
8b20543e99
voice-client: adapt to new endpt status output
2018-02-27 14:04:32 +01:00
Sukru Senli
563b810fec
icwmp: updated
2018-02-27 13:06:44 +01:00
Sukru Senli
10e699a0c7
iop: select ppp-mod-pppoe
2018-02-27 11:54:05 +01:00
Ronny Nilsson
25fcc515f6
Implement endpoint provisioning, configuration via UCI and
...
UBUS event when user does something with the phone.
Refs: #13863 #13869 #14123
2018-02-27 11:51:21 +01:00
Sukru Senli
163edf5ed9
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* ad37dc3 mediatek: report rssi in scanresults
-------------------------------------------------------------------------------
commit ad37dc3000cad30702b309be6e339c5a2e16575a
Author: Sukru Senli <sukru.senli@inteno.se >
Date: 2018-02-27 10:24:48 +0100
mediatek: report rssi in scanresults
Base directory -> /
mediatek.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2018-02-27 10:25:24 +01:00
Sukru Senli
8e9851b3c8
voice-client: show call duration as positive value
2018-02-27 09:39:02 +01:00
Sukru Senli
575d32246f
iop: configs: do not deselect miniupnpd for ramips
2018-02-26 21:12:14 +01:00
Sukru Senli
901f0dbf46
voice-client: duration is integer
2018-02-26 18:37:03 +01:00
Sukru Senli
c72b6a0500
voice-client: show duration of calls
2018-02-26 18:36:07 +01:00
Sukru Senli
3129030838
voice-client: support call log
2018-02-26 17:18:19 +01:00
Ronny Nilsson
460e72f094
Comment away settings Asterisk no more need. The Endptmngr program
...
handles everything low level Broadcom endpoint and reads its settings
directly from UCI.
2018-02-26 16:00:42 +01:00
Sukru Senli
c9c362b9a9
icwmp: fixed compilation error for ramips targets
2018-02-26 15:35:24 +01:00
Sukru Senli
b1e9a4a1e3
icwmp-4.0-2018-02-26
2018-02-26 10:31:12 +01:00
Sukru Senli
faadbfe4a3
voice-client: show line status correctly via ubus
2018-02-25 14:22:31 +01:00
Sukru Senli
47d918b144
voice-client: show only configured sip peers via ubus
2018-02-25 13:47:04 +01:00
Sukru Senli
26611cec75
voice-client: turn of voice led if no sip account is enabled
2018-02-25 13:44:36 +01:00
Sukru Senli
bdc4c121ab
icwmp-4.0-2018-02-25
2018-02-25 12:51:02 +01:00
Sukru Senli
dc181b0b75
voice-client: name ubus object voice.asterisk
2018-02-25 12:50:59 +01:00
Sukru Senli
93ae51f1ba
voice-client: voice-monitor started on boot
2018-02-25 11:18:31 +01:00
Sukru Senli
7b08997009
voice-client: voice status supports up to 4 sip accounts
2018-02-25 00:07:12 +01:00
Sukru Senli
70339816f7
voice-client: temporary voice ubus object
2018-02-25 00:02:09 +01:00
Sukru Senli
65b3688812
voice-client: updated voice-monitor script
2018-02-24 16:13:23 +01:00
Sukru Senli
37173bd7fb
voice-client: initial voice-monitor script
2018-02-24 16:13:23 +01:00
Benjamin Larsson
c46f5444b0
Depend on bcmkernel/bcmopen, dependencies fix
2018-02-22 13:58:30 +01:00
Sukru Senli
a6e56c42a5
inteno-netmodes: testnet: give repeater more time to reconnect to master before retrying
2018-02-21 09:45:59 +01:00
Kenneth Johansson
30e927e3db
move config vg50.
2018-02-19 16:28:19 +01:00
Kenneth Johansson
c62103efe3
move config eg300.
2018-02-19 16:25:19 +01:00
Kenneth Johansson
2c26232aac
move config dg301al.
2018-02-19 16:17:12 +01:00
Kenneth Johansson
c369409661
move config dg301.
2018-02-19 16:15:17 +01:00
Kenneth Johansson
038f1d361f
move config dg200al.
2018-02-19 16:12:56 +01:00
Kenneth Johansson
4f2891ae1e
move config dg200.
2018-02-19 16:09:48 +01:00
Kenneth Johansson
b1f98201c1
move config cg300.
2018-02-19 15:42:50 +01:00
Kenneth Johansson
c5bb141696
move config sdx810_rg.
2018-02-19 15:35:13 +01:00
Kenneth Johansson
55b1dc6a1a
move config eg400.
2018-02-19 15:30:11 +01:00
Kenneth Johansson
287f3b8c83
move config for dg400prime.
2018-02-19 15:27:14 +01:00
Kenneth Johansson
09fca1ca7e
move dg400 config.
2018-02-19 15:20:28 +01:00
Kenneth Johansson
7b0eb9bd81
move config for f104.
2018-02-19 15:07:27 +01:00
Kenneth Johansson
f6b03204dc
move config for f104.
2018-02-19 15:04:52 +01:00
Kenneth Johansson
24f0a5e516
Move config from feeds-inteno-targets.
...
And add support for board specific overrides.
2018-02-19 14:54:54 +01:00
Erik Horemans
cae2fdb421
new ice-client 5.0.2-RC5
2018-02-17 16:11:28 +01:00
Sukru Senli
a2ae74a9d6
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* 319bf11 network: copy only the macaddr to repeated array
-------------------------------------------------------------------------------
commit 319bf11f57e1eb7eb2e8c676def5b15aeec228c1
Author: Sukru Senli <sukru.senli@inteno.se >
Date: 2018-02-17 15:59:03 +0100
network: copy only the macaddr to repeated array
Base directory -> /
network.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2018-02-17 16:07:52 +01:00
Sukru Senli
d08ce1dfdb
inteno-netmodes: netmode-discover: fping wan network only if mask is 24 or less
2018-02-17 16:07:05 +01:00
Kent Ekholm
0e5beb085a
Update feed [ feed_inteno_packages ] package [ endptmngr ]
...
-------------------------------------------------------------------------------
* 8d5d309 Added ubus method to query hook status for a line.
-------------------------------------------------------------------------------
commit 8d5d309e64bcc30ee5612787671c8fcec58b4c26
Author: Kent Ekholm <Kent.Ekholm@evidente.se >
Date: 2018-02-13 19:07:52 +0100
Added ubus method to query hook status for a line.
Ref: 14123
Base directory -> /
src/endpt.c | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 67 insertions(+)
-------------------------------------------------------------------------------
2018-02-14 12:45:31 +01:00
Reidar Cederqvist
43e9bd1e6f
owd: if ipv6 and linklocal is on, listen on ipv6 link local address
2018-02-13 12:04:54 +01:00
Sukru Senli
1897ed4494
Revert "iop: config: select rulengd by default"
...
This reverts commit 6f4916fa7b .
2018-02-13 11:58:31 +01:00
Kent Ekholm
48c474c99d
Update feed [ feed_inteno_packages ] package [ endptmngr ]
...
-------------------------------------------------------------------------------
* 8178249 Generating offhook and onhook events on ubus path asterisk.endpoint.
-------------------------------------------------------------------------------
commit 8178249f6a40d8a11023e9c9581dd8dbd05364de
Author: Kent Ekholm <Kent.Ekholm@evidente.se >
Date: 2018-02-13 11:00:31 +0100
Generating offhook and onhook events on ubus path asterisk.endpoint.
Ref: 14123
Base directory -> /
src/endpt.c | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
-------------------------------------------------------------------------------
2018-02-13 11:09:09 +01:00
Sukru Senli
6f4916fa7b
iop: config: select rulengd by default
2018-02-12 21:57:28 +01:00
Sukru Senli
aa4205e868
icwmp-4.0-2018-02-12
2018-02-12 16:11:33 +01:00
Sukru Senli
febbc8c2ae
iop: config: deselect layer2interface
2018-02-10 16:35:18 +01:00
Sukru Senli
722b97d207
layer2interface: removed; its content is moved to Broadcom target
2018-02-10 16:11:03 +01:00
Sukru Senli
35aa491288
owsd: remove redirect from global config
2018-02-10 14:42:06 +01:00
Sukru Senli
84896fcc28
rulend: start with procd
2018-02-10 13:30:26 +01:00
Sukru Senli
e35d1ca5ef
rulegd: do not include kernel.mk in the Makefile
2018-02-10 13:20:57 +01:00
Sukru Senli
e2469be380
rulengd: change the example recipe config
2018-02-10 13:18:27 +01:00
Sukru Senli
050187987f
rulengd: do not depend on json-c, already depending on libjson-c
2018-02-10 13:16:32 +01:00
Hrvoje Varga
e39fc84722
rulengd: add package
...
Signed-off-by: Hrvoje Varga <hrvoje.varga@sartura.hr >
2018-02-10 13:03:10 +01:00
Sukru Senli
22b9d0f698
inteno-netmodes: pre-set ifname in wireless configs
2018-02-10 12:19:07 +01:00
Sukru Senli
0bbcc75b1e
layer2interface: populate wan ifname with various norhbound interfaces
2018-02-10 12:15:31 +01:00
Benjamin Larsson
ca1d9f7fb8
Update git hash
2018-02-09 16:14:11 +01:00
Sukru Senli
4ccb48f659
Update feed [ feed_inteno_packages ] package [ questd ]
...
-------------------------------------------------------------------------------
* dcecd25 ignore non-local members of a bridge if last 10 digit of its mac matches the port mac
-------------------------------------------------------------------------------
commit dcecd257d1c369521acd1d47292e501459a81d93
Author: Sukru Senli <sukru.senli@inteno.se >
Date: 2018-02-08 20:36:38 +0100
ignore non-local members of a bridge if last 10 digit of its mac matches the
port mac
Base directory -> /
network.c | 26 +++++++++++++++++++++++++-
network.h | 1 +
port.c | 6 +++++-
port.h | 2 +-
4 files changed, 32 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
2018-02-08 20:37:26 +01:00
Sukru Senli
c1e9e80a3f
questd: select swconfig and libnl-tiny only for iopsys_ramips target
2018-02-08 15:21:14 +01:00
Sukru Senli
c3daa7416b
inteno-netmodes: use correct command to define MTK
2018-02-08 14:34:55 +01:00
Benjamin Larsson
aa36791efd
Update feed [ feed_inteno_packages ] package [ u-boot ]
...
-------------------------------------------------------------------------------
* e6465d2 Rename sdx_500ap -> sdx810_ap
-------------------------------------------------------------------------------
commit e6465d2ad8ac159ada0051d8f30385d9d7d3ba86
Author: Benjamin Larsson <benjamin@southpole.se >
Date: 2018-02-08 12:39:33 +0100
Rename sdx_500ap -> sdx810_ap
Base directory -> /
arch/mips/Kconfig | 16 ++
board/inteno/sdx810_ap/Kconfig | 23 ++
board/inteno/sdx810_ap/Makefile | 10 +
board/inteno/sdx810_ap/board.c | 7 +
configs/sdx810_ap_defconfig | 511 ++++++++++++++++++++++++++++++++++++++++
5 files changed, 567 insertions(+)
-------------------------------------------------------------------------------
2018-02-08 12:41:56 +01:00
Sukru Senli
231c76c874
inteno-netmodes: remove SDX from brcm repeater mode
2018-02-08 11:43:18 +01:00
Benjamin Larsson
66e669c06a
Rename sdx_500ap -> sdx810_ap
2018-02-08 11:10:07 +01:00
Sukru Senli
b44ec76bd0
icwmp-4.0-2018-02-07
2018-02-07 21:06:32 +01:00
Sukru Senli
6113095ba9
inteno-netmodes: set MTK=1 if kmod-mt*mtk package is installed
2018-02-07 18:55:38 +01:00
Sukru Senli
3475bc4aba
port-management: set uplink for wan port by default
2018-02-07 12:02:54 +01:00
Sukru Senli
ae406ee1eb
inteno-netmodes: set vid for lan and wan devices for mtk
2018-02-07 11:27:37 +01:00
Sukru Senli
c2b14d454a
Update feed [ feed_inteno_packages ] package [ owsd ]
...
-------------------------------------------------------------------------------
* fa25ad0 owsd now doesn't exit on invalid interface
-------------------------------------------------------------------------------
commit fa25ad0b5af3c9a5c16124a9f699dae3be7b68dd
Author: Matija Amidzic <matija.amidzic@sartura.hr >
Date: 2018-02-05 09:08:38 +0100
owsd now doesn't exit on invalid interface
if a non existing interface is provided in the command line arguments, owsd
will ignore it now and continue working
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr >
Base directory -> /
src/main.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
-------------------------------------------------------------------------------
2018-02-06 16:47:25 +01:00
Kenneth Johansson
6cb9f9d176
genconfig: Add SDX810-RG board.
2018-02-05 16:57:06 +01:00
Ionut-Alex Oprea
55ece86d76
iop: config: select juci-openvpn package
2018-02-05 16:56:15 +01:00
Kenneth Johansson
cd46d8ea1d
uboot: Fix hang. variable is of array type not char.
...
Boot was hanging.
2018-02-05 15:59:55 +01:00
Reidar Cederqvist
37de7ba685
iop: use openwrt based versions of juci-network plugins
2018-02-05 15:23:51 +01:00