aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-06-14auth: Add missing include/auth.hSylvain Munaut2-1/+11
2010-06-14require libosmocore 0.1.11 to make encryption compileHarald Welte1-1/+1
2010-06-14auth: Add support for XOR test A3A8 algo (and vty commands)Sylvain Munaut3-13/+53
2010-06-14gsm_04_08: Improve gsm48_rx_mm_auth_resp debug in failure caseSylvain Munaut1-1/+7
2010-06-14vty/auth: Make sure we clear the last tuple when changing auth paramsSylvain Munaut1-0/+3
2010-06-14gsm_04_08: Establish secure channel on CM SERVICE REQUESTSylvain Munaut1-1/+30
2010-06-14gsm_04_08: Establish secure channel on LOCATION UPDATESylvain Munaut1-19/+42
2010-06-14gsm_04_08: Store the key_seq given in LOC UPD REQUEST in stateSylvain Munaut2-0/+3
2010-06-14gsm_04_08: Add a operation to enable ciphering on a lchanSylvain Munaut5-4/+282
2010-06-14db: Fix typo in sync_lastauthtuples SQL UPDATE stmtSylvain Munaut1-1/+1
2010-06-14db: Change naming convention for auth info functionsSylvain Munaut3-21/+21
2010-06-14db: Use subscriber_id as primary key for AuthKeys/AuthLastTuplesSylvain Munaut1-4/+2
2010-06-14db: Rename AuthTuples to AuthLastTuplesSylvain Munaut3-14/+14
2010-06-14auth: Add #define for special value for key_seqSylvain Munaut1-0/+1
2010-06-14[GPRS] Add comment on GTP being defined in 29.060 / 09.060Harald Welte1-0/+1
2010-06-14GPRS: Increase the NS msg size to 2048Holger Hans Peter Freyther1-1/+1
2010-06-14bsc_api: Add init, dispatch the clear request when a channel is going missingHolger Hans Peter Freyther3-0/+40
2010-06-14bsc_api: Move some parts over to the BSC API.Holger Hans Peter Freyther2-19/+20
2010-06-14gsm_04_11: Attempt to fix some possible memory leaks in the SMS codeHolger Hans Peter Freyther1-1/+7
2010-06-14gsm_04_11: Remove some old code.Holger Hans Peter Freyther1-25/+1
2010-06-14bsc_api: Add a callback based BSC -> MSC api...Holger Hans Peter Freyther1-0/+19
2010-06-10[gprs] bssgp: Fix LLC PDU length encoding in BSSGP.Sylvain Munaut1-1/+1
2010-06-10[gprs] sndcp: Fix call to msgb_alloc_headroom to have both head&tail roomSylvain Munaut1-2/+2
2010-06-10[grps] Fix GTP data_ind call back message creationSylvain Munaut1-1/+1
2010-06-10[GPSR] SGSN: Keep traffic counters for each PDP contextHarald Welte5-3/+39
2010-06-10[GPRS] BSSGP/SGSN: Implement Gb-Interface PagingHarald Welte3-6/+124
2010-06-10[GPRS] SGSN: fix typoHarald Welte1-1/+1
2010-06-10ipa-proxy: Remove printf debugging.Holger Hans Peter Freyther1-2/+0
2010-06-10gsm_04_11: Start using the GSM Subscriber class to ask for a channelHolger Hans Peter Freyther1-5/+1
2010-06-10gsm_04_11: Handle OOM same as expired and clean the message.Holger Hans Peter Freyther1-3/+1
2010-06-10gsm_04_11: Fix a typo..Holger Hans Peter Freyther1-1/+1
2010-06-10bsc_rll: Stop using lchan refcounts, use the lchan signal to stop the timerHolger Hans Peter Freyther1-2/+27
2010-06-10ipa-proxy: Patch the IPA Set Attribute messages for NSVCIHolger Hans Peter Freyther1-1/+46
2010-06-10ipa-proxy: Fix the send routine.. convert port to network orderHolger Hans Peter Freyther1-1/+3
2010-06-09[SMS] Properly reject processing of compressed SMSHarald Welte1-1/+5
2010-06-09[GPRS] SGSN: Pass BSSGP SUSPEND/RESUME up to GMM and alter MMCTX stateHarald Welte3-4/+68
2010-06-09[GPRS] GMM/SM: Improve error handling by sending STATUS messagesHarald Welte1-9/+60
2010-06-09[GPRS] Drop all PDP contexts not present in PDP CTX STATUS IE at RA UPDHarald Welte2-0/+69
2010-06-09[GPRS] SM: Acknowledge PDP CTX DEACT for non-existing PDP CTXHarald Welte1-5/+9
2010-06-09ipa-proxy: Only handle some stuff of the CCM locally...Holger Hans Peter Freyther1-4/+11
2010-06-09ipa-proxy: Move UDP socket code to the BTS and forward messages...Holger Hans Peter Freyther1-20/+77
2010-06-09ipa-proxy: Add option to locally listen to GPRS...Holger Hans Peter Freyther1-2/+67
2010-06-09ipa: Print the IP addr in the listen as well..Holger Hans Peter Freyther1-2/+3
2010-06-09ipa: Say which addr could not be connected...Holger Hans Peter Freyther1-1/+2
2010-06-09ipaccess-proxy: Add getopt based config options to the proxy...Holger Hans Peter Freyther1-0/+70
2010-06-09ipa: Increase msgb size for the IPA msg in the proxy.Holger Hans Peter Freyther1-1/+1
2010-06-09GPRS: Copy the content of the msgb instead of creating one that points to the...Holger Hans Peter Freyther1-4/+26
2010-06-09GPRS: Fix crash when the peer can not be found...Holger Hans Peter Freyther1-2/+2
2010-06-09misc: Fix the return type of the go back vty function...Holger Hans Peter Freyther5-5/+5
2010-06-09GPRS: Fix compiler warning that will also lead to a crash at runtime.Holger Hans Peter Freyther1-1/+1