aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/token_auth.c
AgeCommit message (Collapse)AuthorFilesLines
2010-06-16bsc_api: Rename lchan_for_subscr to connection_for_subscr and update codeHolger Hans Peter Freyther1-9/+9
With handover and late/early assignment there might be two channels for one subscriber and only the BSC knows which one to use, so use the gsm_subscriber_connection everywhere...
2010-06-16bsc_api: Cut back on direct lchan usage.Holger Hans Peter Freyther1-4/+4
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-1/+1
This library is intended to collect all generic/common funcitionality of all Osmocom.org projects, including OpenBSC but also OsmocomBB The library currently includes the following modules: bitvec, comp128, gsm_utils, msgb, select, signal, statistics, talloc, timer, tlv_parse, linuxlist msgb allocation error debugging had to be temporarily disabled as it depends on 'debug.c' functionality which at the moment remains in OpenBSC
2010-01-03gsm_04_08: Specify key_seq when calling gsm48_tx_mm_auth_reqSylvain Munaut1-2/+2
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2009-12-13fix segfault in token_auth on SS_SUBSCR != ATTACHHarald Welte1-2/+2
2009-10-22Forward declare methods to fix compiler warningsHolger Hans Peter Freyther1-0/+3
Put the used method in the header files or use extern in the case of a vty method used by token_auth
2009-08-13add the allocated subscriber extension to the auth token SMSHarald Welte (local)1-3/+4
2009-08-13fix token auth implementationHarald Welte (local)1-18/+78
2009-08-13add code for token auth sequencingHarald Welte1-0/+92
* When we first see a subscriber, send the sms * when the sms completes, send auth req + auth reject and close the channel