summaryrefslogtreecommitdiffstats
path: root/src/host
AgeCommit message (Expand)AuthorFilesLines
2010-09-18[layer23] SIM client completionAndreas.Eversberg10-73/+159
2010-09-18[layer23] Added BTSAP socket interface to layer23Andreas.Eversberg7-20/+234
2010-09-18[layer23] Added BTSAP socket interface to layer23Andreas.Eversberg1-1/+7
2010-09-18[layer23] Added missing TMSI REALLOCATION COMPLETE replyAndreas.Eversberg1-0/+2
2010-09-17layer23/mobile: Fix space/tab indenting in subscriber.cSylvain Munaut1-1/+1
2010-09-17host/layer23: Enable a5/[1,2] supportSylvain Munaut1-2/+2
2010-09-17fw & layer23: Remove limitation about the SDCCH subchannel 4..8Sylvain Munaut2-3/+3
2010-09-17[layer23] Added XOR and COMP128 encryption to test SIMAndreas.Eversberg4-12/+118
2010-09-17host/mobile: Enable frq_refef & hand over now that libosmocore is updatedSylvain Munaut1-9/+0
2010-09-17[layer23] Added missing state changeAndreas.Eversberg1-0/+2
2010-09-17[layer23] CM service is now accepted when ciphering has startedAndreas.Eversberg3-1/+19
2010-09-16[layer23] Added missing pointer reset during establishment of LAPDm connectionAndreas.Eversberg1-0/+4
2010-09-15[layer23] Fixed A5/1 support codingAndreas.Eversberg2-12/+14
2010-09-15[layer23] Fix in LAPDm: reset send_buffer offset at resumeAndreas.Eversberg1-0/+1
2010-09-14layer23: Add support for SI1 decoding and imm.ass hoppingSylvain Munaut1-19/+79
2010-09-14layer23: Move app logic in layer3.c with state struct.Sylvain Munaut4-13/+30
2010-09-14layer23/l1ctl: Add the RX power to the DATA_IND debug printSylvain Munaut1-1/+2
2010-09-14layer23/l1ctl: Remove useless printf debugSylvain Munaut1-1/+0
2010-09-14misc: update .gitignore filesSylvain Munaut2-10/+54
2010-09-14[layer23] Undo second hunk of last commitAndreas.Eversberg1-2/+2
2010-09-14[layer23] Fixed IMEISV type IE for CIPHERING COMPLETE messageAndreas.Eversberg1-3/+5
2010-09-11[layer23 / layer1] Added interface for changing crypto mode of DSPAndreas.Eversberg4-4/+40
2010-09-11[layer23] Fix of MCC/MNC output in sysinfo.cAndreas.Eversberg1-3/+4
2010-08-30[layer23] SIM client accepts status code 61xx as a positive resultAndreas.Eversberg2-0/+2
2010-08-29[layer23] "show cell 1 <arfcn>" gives better overview of cell allocationAndreas.Eversberg2-9/+76
2010-08-29[layer23] Fixed security issueAndreas.Eversberg4-15/+31
2010-08-29[layer23] Reset scheduler after leaving dedicated modeAndreas.Eversberg1-6/+6
2010-08-29[layer23] Fix of corrupt MM event messagesAndreas.Eversberg1-2/+4
2010-08-28[layer23] Disable FREQUENCY REDEFINITION and HANDOVER COMPLETE / FAILURE due ...Andreas.Eversberg1-0/+9
2010-08-28[layer23] Layer 3 now uses SIM client to request and update SIM dataAndreas.Eversberg9-212/+1033
2010-08-28[layer23] Adding SIM clientAndreas.Eversberg6-6/+1433
2010-08-21[layer23] Radio ressource protocol completed except for handover, meas.Andreas.Eversberg2-198/+850
2010-08-21[layer23] Header file for last commitAndreas.Eversberg1-0/+6
2010-08-21[layer23] L1CTL frequency change implementation in l1ctl.cAndreas.Eversberg1-0/+61
2010-08-15[layer23] Fixed handling of IMSI in special casesAndreas.Eversberg1-7/+15
2010-08-14[layer23] Added (incomplete) ASSIGNMENT COMMAND handlingAndreas.Eversberg4-314/+580
2010-08-12[layer23/lapdm] Added more headroom for data indication to prevent underrunAndreas.Eversberg1-1/+1
2010-08-12[layer23] Removed hack: Allocate SDCCH when requesting a TCHAndreas.Eversberg1-13/+12
2010-08-11[layer23] Paging response depends on the supported channels: SDCCH, TCH/F, an...Andreas.Eversberg3-6/+46
2010-08-10Added support for NMEA GPS receiverAndreas.Eversberg5-1/+283
2010-08-10Added sequence number to L3 messages (see GSM 04.08 Clause 3.1.4.3)Andreas.Eversberg3-2/+58
2010-08-04[layer23] use gsm48_decode_freq_list() which has been moved into libosmocoreHarald Welte2-445/+14
2010-08-01[layer23] Correctly release a call, if not yet acknowledged by the networkAndreas.Eversberg2-1/+7
2010-07-30layer23: Fix Makefile.am noinst_HEADERS for vty.hSylvain Munaut1-1/+1
2010-07-29[layer23] request a layer1 reset on startup of layer2 applicationsSteve Markgraf3-0/+3
2010-07-27layer23: Unify the prefix of l1ctl TX functionsSylvain Munaut6-27/+30
2010-07-27include: Rename l1a_l23_interface.h to l1ctl_proto.hSylvain Munaut7-6/+6
2010-07-27layer23: Use libosmocore rsl_chan_nr_str instead of local funcSylvain Munaut1-28/+1
2010-07-27layer23: Split [2/2] -> The header filesSylvain Munaut50-122/+132
2010-07-27layer23: Split [1/2] -> The source codeSylvain Munaut29-25/+34