summaryrefslogtreecommitdiffstats
path: root/src/shared/libosmocore/src
AgeCommit message (Collapse)AuthorFilesLines
2012-04-02Merge commit '738f13395d1d8a005011e45ebbc6a869bbcfd9a6'Sylvain Munaut6-54/+165
2012-03-01Merge commit 'a9efc12ccd6ee20752d21ce0deaff457ef9fe0b0'Sylvain Munaut1-35/+22
2012-02-07Merge commit '4b332d7d0e4811f1bb21b4b6b3fc6b44d8e3177b'Harald Welte3-123/+78
2012-01-10Merge commit '301f01e938e72423079afe1a1836937053481fd6'Sylvain Munaut25-96/+2098
2012-01-10Revert "libosmocore/lapd: Fixed handling of sequence errors at lapd_core.c"Sylvain Munaut1-21/+3
This reverts commit 506a3443ba52edf988fe2a0a54861738b777756e.
2012-01-02libosmocore/lapd: Fixed handling of sequence errors at lapd_core.cAndreas Eversberg1-3/+21
If a sequence error is received, the N(R) variable must still be used to acknowledge previously transmitted frames. If there are two subsequent sequence errors received, ignore it. (Ignore every second subsequent error.) This happens if our reply with the REJ is too slow, so the remote gets a T200 timeout and sends another frame with a sequence error. Test showed that replying with two subsequent REJ messages could the remote L2 process to abort. Replying too slow shouldn't happen, but may happen over serial link between BB and LAPD.
2011-11-13Merge commit 'a71b8eaca7eed4dfc96f2cebabfc26430416c2e9'Sylvain Munaut16-66/+1407
2011-10-21Merge commit '07f1103782a94090c2cef46de8a3f6d03ddfeef7'Sylvain Munaut11-1739/+3155
2011-09-02Merge commit 'fe28dedd4c25b5f0f3df39d5e33ce3639574406c'Sylvain Munaut29-154/+1293
2011-07-30Merge commit '1a99df84e12315c63f2e96a2972864e4c311712d'Sylvain Munaut2-5/+5
2011-07-28Merge commit '430be849945688ae107b079db1e216329b1a1f06'Andreas.Eversberg20-153/+2990
2011-06-26Merge commit '2a68c7c8cd2eca65c58c0898d0e1716e9d4c3ecd'Sylvain Munaut1-0/+41
2011-06-25Merge commit '620f7ab35034f78f894319e027a151568c331eea'Sylvain Munaut4-11/+116
2011-05-29Merge commit '3710e462f85824cd9d84b3f95e6b2ea694119ff9'Sylvain Munaut1-3/+0
2011-05-29Merge commit 'f2699501bc20a1dc5ee965ca1cbb8f18a3471ff8'Sylvain Munaut2-4/+1
2011-05-27Merge commit '4d3a7b124e08a597d5f01fb2a71f3a4677a360a9'Harald Welte4-1/+166
2011-05-23Merge commit '3036612d59a5c8d97b2086a5e7817613f45948ef'Harald Welte5-6/+446
2011-05-22Merge commit 'e476442cf0e84c65565ace545f5b73602b5f0ffc'Harald Welte2-7/+13
2011-05-22Merge commit '33cb71ac91fb870702dbb71595dba4a554001e3c'Harald Welte4-88/+257
2011-05-15Merge commit 'ba01fa44feb6deb0f0359f381eafe866991c06c1' into pablo/namespacePablo Neira Ayuso24-138/+1062
2011-04-26Merge commit '28dbfe9bf7a799ab1da2563fd5e007d007b54168'Pablo Neira Ayuso39-258/+919
2011-01-05Merge commit '4a4f96d1f67441e2902a0806f1d7c4b29a072ca3'Steve Markgraf3-3/+2
2010-11-28Merge commit 'ab1246e0b5ffa0ac8d7b8e8fbe7c51bc22c8e751'Sylvain Munaut1-1/+1
2010-11-13Merge commit '7f6615a37df0dadbe86fdfc980e0a8a15013a80e'Sylvain Munaut5-5/+75
2010-10-24Merge commit 'dc0ebdfbdf3b1a381754c6ef4a59b0354eba7705'Sylvain Munaut10-3/+1629
2010-09-20Merge commit '47ee693170d589f760c4a9c7a5c4ad0b289aa65d'Sylvain Munaut2-3/+4
2010-09-17Merge commit 'af5ee34c353ea2868a4b04b227bc1b511e1ac42b'Sylvain Munaut10-16/+181
2010-08-04Merge commit '1523d7039d9b8c49a2174d93c3673aa8c5a100a9'Harald Welte4-20/+494
2010-07-27Merge commit '7459d6cfd1765f8431b3d9a262eff332f9af807c' into sylvain/pendingSylvain Munaut5-27/+217
2010-07-15Merge commit '383134b5ac0b94393cd46e2f00aeb1fd6f1a540f'Ingo Albrecht2-1/+63
2010-07-13Merge commit '33f0fc3c9565308044c934c9e0c1bb81c1a26311'Harald Welte2-41/+92
2010-07-12Add 'src/shared/libosmocore/' from commit ↵Harald Welte31-0/+12384
'ed00fe4449ac2309ad80c32f0ba7aa80b2b8895a' git-subtree-dir: src/shared/libosmocore git-subtree-mainline: 231444b548df8aff616f314ebc6135588b0ffec3 git-subtree-split: ed00fe4449ac2309ad80c32f0ba7aa80b2b8895a
2010-07-12remove old / modified copy of libosmocore (will be replaced with new)Harald Welte28-12018/+0
2010-06-25Merge commit '816e24cb4296d6b7110da4a89661bbac8dc7af21' into libosmocoreHarald Welte15-18/+6417
Conflicts: src/shared/libosmocore/include/osmocore/protocol/gsm_04_08.h
2010-05-09Added some "get"-functions to bitvec of libosmocore.Andreas.Eversberg1-0/+49
- Getting Low or High value from current postion - Getting unsigned interger from current postion
2010-04-29Merge branch 'master' of gitosis@git.osmocom.org:osmocom-bbAndreas Eversberg3-2/+298
2010-04-29Fixes and improvements of layer23.Andreas Eversberg1-7/+7
2010-04-28Merge commit '100224df0b711c7bf6c1150ce18cf595350cf0bd'Harald Welte3-2/+298
2010-04-25Added new IE definitions to gsm_04_08.h of libosmocore.Andreas Eversberg1-1/+63
Also added RR and MM TLV tables to gsm48.c
2010-04-25Added single octet TV (type + value) to libosmocore.Andreas Eversberg1-0/+8
In case of a single octet, the upper nibble is the type, the lower nibble carries the value.
2010-04-09Merge commit '163d0ea85b99a2c581b1f861bf9445a9a14bfc6f'Harald Welte1-3/+4
2010-04-09Merge commit '1ef041ff1e390adcd0f97075f1ed52177b7ed3e0'Harald Welte3-3/+49
2010-04-09libosmocore: don't make local changes in this repositoryHarald Welte2-3/+3
All changes to libosmocore need to be committed to git://git.osmocom.org/libosmocore.git first, and then imported by means of git-subtree.
2010-04-04Work on layer 3: finished Call Control layerAndreas Eversberg1-2/+2
2010-03-30Work on Mobility Management: IMSI detach processAndreas Eversberg1-1/+1
2010-03-27Merge commit 'a3b844cf45dc4d6a6a3686e8ce6e2447643b878e'Harald Welte1-0/+8
2010-03-26Merge commit '01fd5cb3f0da802ca82d3b6aef46d2a3d8e6c15c'Harald Welte1-0/+5
2010-03-26Merge commit 'cc6313cc697f4c90cf0fc1c5b01cb1871a075f26'Harald Welte3-1/+368
2010-03-25Merge commit '52b4abdcb351830f5493a50c4181ef3947f3feab'Harald Welte3-132/+118
Conflicts: src/shared/libosmocore/src/utils.c
2010-03-22Merge commit 'cbc8062ef8ba10690aa64b433d0efdccb46f496a'Harald Welte4-5/+664