aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2009-09-28[tmsi] Make the tmsi a 4 octet numberHolger Hans Peter Freyther8-29/+42
2009-09-27[gsm_04_11] Free transaction on RX_RP_ACK for SMSSylvain Munaut1-1/+2
2009-09-27Merge branch 'master' into encryptionHarald Welte3-9/+19
2009-09-27[abis_rsl] Fix rsl_encryption_cmd L3 length computationSylvain Munaut1-1/+1
2009-09-27[gsm_04_08] Fix gsm48_send_rr_ciph_mode algorithm IDSylvain Munaut1-1/+1
2009-09-27[gsm_04_08] Fix gsm48_tx_mm_auth_req implementationSylvain Munaut2-3/+12
2009-09-26non-call related SS (USSD) is not unknown, but unimplementedMike Haben1-2/+3
2009-09-26Use correct capitalization on SQL statementsHarald Welte1-4/+4
2009-08-30add VTY/configfile command for setting encryption (A5) levelHarald Welte2-0/+15
2009-08-30A5 support for RSL and 04.08 (not used yet)Harald Welte5-8/+96
2009-08-28[abis_rsl] Set lchan->tch_mode properly when responding to CHAN_RQDHarald Welte1-0/+1
2009-08-20[gsm48] Introduce a gsm48_generate_mid_from_imsi methodHolger Hans Peter Freyther5-6/+78
2009-08-20[gsm48] Move parsing of the MI from to gsm_04_08_utils.cHolger Hans Peter Freyther3-63/+64
2009-08-20[paging] Better use ';' for the command...Holger Hans Peter Freyther1-3/+3
2009-08-20[subscr] Change the signature... the gsm_network is in the subscrHolger Hans Peter Freyther3-10/+5
2009-08-20[cleanup] Remove old and dead code from the telnet_interface.cHolger Hans Peter Freyther1-47/+0
2009-08-20[debug] Make the hexdump parameter constHolger Hans Peter Freyther2-2/+2
2009-08-20[misc] Create a gitignore to ignore filesHolger Hans Peter Freyther1-0/+39
2009-08-17[bsc] Remove HAR feature to advertize neighbor cellsHolger Hans Peter Freyther1-13/+0
2009-08-17[bsc_init] Create a bsc_init.c that can be used for setting up hings.Holger Hans Peter Freyther3-1077/+1085
2009-08-17[vty] Move layer3+ functionality to vty_interface_layer3.cHolger Hans Peter Freyther3-259/+318
2009-08-17[bsc] Move the GSM 04.08 helper functions to gsm_04_08_utils.cHolger Hans Peter Freyther5-283/+326
2009-08-17[msc] Move gsm_04_08.c, mncc and various others to libmscHolger Hans Peter Freyther4-10/+12
2009-08-17[subscr] Split gsm_subscriber.c in BSC and MSC partHolger Hans Peter Freyther5-175/+218
2009-08-17[msc] Introduce a libmsc.a libraryHolger Hans Peter Freyther4-8/+10
2009-08-17Merge commit 'har/master'Harald Welte8-10/+276
2009-08-17actual code running at end of har2009Harald Welte (local)4-5/+94
2009-08-17tests: Remove the sms sending from the sms testHolger Hans Peter Freyther1-58/+0
2009-08-16trigger RRLP position requests after paging succeeded and after subscriber at...Harald Welte (local)3-1/+75
2009-08-16store all APDU's received from the MS in the databaseHarald Welte (local)3-1/+37
2009-08-15add support for APPLICATION INFO RR messagesHarald Welte (local)2-0/+44
2009-08-15don't try to deliver sms to a subscriber that's not registeredHarald Welte (local)1-4/+27
2009-08-15paging_request() now returns the number of started paging requestsHarald Welte (local)2-3/+6
2009-08-15sms_from_text needs to return struct gsm_sms *Harald Welte1-3/+3
2009-08-15fix printing of TMSI on VTYHarald Welte1-1/+2
2009-08-15Merge commit 'har/master'Harald Welte15-69/+75
2009-08-15Fix decoding of SMS Data Coding SchemeDaniel Willmann1-1/+1
2009-08-15provide return code from paging_request() functionHarald Welte3-10/+20
2009-08-15Handle SMS with UCS2 and binary userdataDaniel Willmann1-2/+11
2009-08-15move talloc context creation out of on_dso / constructorsHarald Welte (local)14-63/+46
2009-08-14allow vty to set periodic location updating timer t3212Harald Welte (local)2-2/+16
2009-08-14display TMSI in 8 digit hexHarald Welte (local)1-1/+1
2009-08-14add 'show subscriber cache' vty command to debug subscriber refcount leaksHarald Welte (local)2-0/+18
2009-08-14sms send pending now sends _all_ pending at the same timeHarald Welte (local)1-8/+11
2009-08-14fix sms layer timer leak/corruiption using trans_free()Harald Welte (local)2-2/+10
2009-08-14implement a timer_list check before we return into the select() loopHarald Welte (local)2-0/+13
2009-08-14respect the link_id, not only the SAPI from SMS codeHarald Welte (local)6-14/+24
2009-08-14add more debugging to SMS layerHarald Welte (local)1-10/+85
2009-08-13Merge branch 'master' of git@192.168.100.10:openbscStefan Schmidt2-3/+6
2009-08-13Merge branch 'master' of git@192.168.100.10:openbscStefan Schmidt10-63/+174